| 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.
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".
Supported Frameworks: Microsoft .NET Framework version 3.5