Back to Devexpress

RowAllowEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-2a33a154.md

latest1.3 KB
Original Source

RowAllowEventHandler Delegate

Represents a method that will handle the GridControl.GroupRowExpanding and GridControl.GroupRowCollapsing events.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | RowAllowEventArgs |

A RowAllowEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace