Skip to main content
A newer version of this page is available. .

CustomGroupDisplayTextEventArgs Constructors

Provides data for the GridControl.CustomGroupDisplayText event.
Name Parameters Description
CustomGroupDisplayTextEventArgs(GridViewBase, Int32, GridColumn, Object, String) view, rowHandle, column, value, displayText Initializes a new instance of the CustomGroupDisplayTextEventArgs class with the specified view, row handle, column, value and display text.
See Also