GridColumnDataEventHandler Delegate
In This Article
Represents a method that will handle the GridControl.CustomUnboundColumnData event.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public delegate void GridColumnDataEventHandler(
object sender,
GridColumnDataEventArgs e
);
#Parameters
Name | Type |
---|---|
sender | Object |
e | Grid |
See Also