Gets or sets a value indicating whether this Column is configurable.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public bool Configurable { get; set; } |
| Visual Basic |
|---|
Public Property Configurable As Boolean Get Set |
| Visual C++ |
|---|
public: property bool Configurable { bool get (); void set (bool value); } |
| F# |
|---|
member Configurable : bool with get, set |
Property Value
Type: Booleantrue if configurable; otherwise, false.
Remarks
If the column is configurable, it can be displayed in the column configurator when the user right-clicks on the header.