Gets or sets a value indicating whether this Column is editable.
            
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
 Syntax
Syntax
| C# | 
|---|
| public bool Editable { get; set; } | 
| Visual Basic | 
|---|
| Public Property Editable As Boolean Get Set | 
| Visual C++ | 
|---|
| public: property bool Editable { bool get (); void set (bool value); } | 
| F# | 
|---|
| member Editable : bool with get, set | 
Property Value
Type: Booleantrue if editable; otherwise, false.






