Skip to main content

GridColumnDataEventHandler Delegate

In This Article

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public delegate void GridColumnDataEventHandler(
    object sender,
    GridColumnDataEventArgs e
);

#Parameters

Name Type
sender Object
e GridColumnDataEventArgs
See Also