Gets a value indicating whether this IDataField is bindable.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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