Skip to main content
A newer version of this page is available. .

GridColumnDataEventHandler Delegate

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

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

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

Parameters

Name Type
sender Object
e GridColumnDataEventArgs
See Also