Gets a value indicating whether the Row is a group.

Namespace: Dapfor.Wpf.Controls
Assembly: 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: Boolean
true if the Row is a group; otherwise, false.

See Also