Skip to main content

CustomGroupDisplayTextEventArgs Properties

Contains data for the CustomGroupDisplayText event.
Name Description
DisplayText Gets or sets text displayed in the group row.
Row Gets the processed row. Inherited from RowEventArgs.
RowHandle Gets the processed row’s handle. Inherited from RowEventArgs.
Source Gets the GridControl that raised this event. Inherited from RowEventArgs.
See Also