GroupDisplayTextArgs Properties
Populates the command bound to the GridControl.CustomGroupDisplayTextCommand property with data.| Name | Description |
|---|---|
| DisplayText | Gets or sets the text displayed in the processed cell. Inherited from DisplayTextArgs. |
| FieldName | Gets the current field name. Inherited from DisplayTextArgs. |
| GroupPath | Gets a path to the processed group row. This path contains information about applied group operations. |
| Item | Gets a record in a data source. Inherited from DisplayTextArgs. |
| Value | Gets the processed cell’s value. Inherited from DisplayTextArgs. |
See Also