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