Skip to main content

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