Gets a value indicating whether this IDataField is bindable.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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: BooleanAlways true.