Skip to main content

CustomGroupDisplayTextEventHandler Delegate

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public delegate void CustomGroupDisplayTextEventHandler(
    object sender,
    CustomGroupDisplayTextEventArgs e
);

Parameters

Name Type
sender Object
e CustomGroupDisplayTextEventArgs
See Also