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