Gets a value indicating whether this IDataField is bindable.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public bool Bindable { get; }
Visual Basic
Public ReadOnly Property Bindable As Boolean
	Get
Visual C++
public:
virtual property bool Bindable {
	bool get () sealed;
}
F#
abstract Bindable : bool with get
override Bindable : bool with get

Property Value

Type: Boolean
Always true.

Implements

IDataField..::..Bindable

See Also