Skip to main content

TcxGridGroupRow.Value Property

Determines a value of the group column by which data is grouped.

Declaration

property Value: Variant read;

Property Value

Type
Variant

Remarks

Each group row contains one or more underlying rows having the same value within the group column. This value can be accessed via the Value property. You can use the DisplayText member to get the text displayed in a group row (the text representation of a group column value along with group summaries if any).

The next image shows a grid View displaying three group rows created by grouping by the PurchaseDate column. These group rows contain data rows with identical PurchaseDate column values. The Value property for the first group row returns 3/28/2002 in TDateTime format. The Value properties of the other two rows return 3/29/2002 and 3/30/2002 respectively.

See Also