Skip to main content

CustomGroupDisplayTextEventArgs(GridControl, Int32, ColumnBase, Object, String) Constructor

Initializes a new instance of the CustomGroupDisplayTextEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public CustomGroupDisplayTextEventArgs(
    GridControl grid,
    int rowHandle,
    ColumnBase column,
    object value,
    string displayText
)

Parameters

Name Type
grid GridControl
rowHandle Int32
column ColumnBase
value Object
displayText String
See Also