Gets or sets a value indicating whether this Header 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.