Xceed DataGrid for Silverlight Documentation
GroupValue Property


Gets an object representing the value which caused the group to be created.
Syntax
'Declaration
 
Public ReadOnly Property GroupValue As Object
'Usage
 
Dim instance As GroupContext
Dim value As Object
 
value = instance.GroupValue
public object GroupValue {get;}

Property 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 GroupValue property will contain one of the values of the "ShipCountry" field for example, "Canada" or "Australia".
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

GroupContext Class
GroupContext Members

Send Feedback