Back to Devexpress

CustomGroupDisplayTextEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-45f6227a.md

latest1.3 KB
Original Source

CustomGroupDisplayTextEventHandler Delegate

Represents a method that will handle the GridControl.CustomGroupDisplayText event.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public delegate void CustomGroupDisplayTextEventHandler(
    object sender,
    CustomGroupDisplayTextEventArgs e
);
vb
Public Delegate Sub CustomGroupDisplayTextEventHandler(
    sender As Object,
    e As CustomGroupDisplayTextEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomGroupDisplayTextEventArgs |

A CustomGroupDisplayTextEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace