Gets or sets a value indicating whether edit in place in Grid is enabled.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool Enabled { get; set; } |
Visual Basic |
---|
Public Property Enabled As Boolean Get Set |
Visual C++ |
---|
public: property bool Enabled { bool get (); void set (bool value); } |
F# |
---|
member Enabled : bool with get, set |
Property Value
Type: Booleantrue if enabled; otherwise, false.