Gets a value indicating whether the Row is a group.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool IsGroup { get; } |
Visual Basic |
---|
Public ReadOnly Property IsGroup As Boolean Get |
Visual C++ |
---|
public: property bool IsGroup { bool get (); } |
F# |
---|
member IsGroup : bool with get |
Property Value
Type: Booleantrue if the Row is a group; otherwise, false.