Value Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Group Class : Value Property

Gets an object representing the value which caused the group to be created.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Value As Object
C# 
public object Value {get;}

Return Value

An object representing the value which caused the group to be created.

Remarks

For example, if the data items in a grid are grouped according to the values of the "ShipCountry" column, the value of the Value property will contain one of the values of the "ShipCountry" field for example, "Canada" or "Australia".

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also