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#
bool Bindable { get; }
Visual Basic
ReadOnly Property Bindable As Boolean
	Get
Visual C++
property bool Bindable {
	bool get ();
}
F#
abstract Bindable : bool with get

Property Value

Type: Boolean
true if bindable; otherwise, false. If the property returns false, then the column, corresponding to this property will not be available.

See Also