Gets a group value if this row is a group (I.e. Row.IsGroup returns true).

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Object GroupValue { get; }
Visual Basic
Public ReadOnly Property GroupValue As Object
	Get
Visual C++
public:
property Object^ GroupValue {
	Object^ get ();
}
F#
member GroupValue : Object with get

Property Value

Type: Object
The group value.

See Also