Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public delegate void RowAllowEventHandler(
object sender,
RowAllowEventArgs e
)
|
VB |
Public Delegate Sub RowAllowEventHandler(
ByVal sender As Object,
ByVal e As RowAllowEventArgs
)
|

See Also