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

GridColumnDataEventArgs Class

Provides data for the GridControl.CustomUnboundColumnData event.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public class GridColumnDataEventArgs :
    ColumnDataEventArgsBase

Remarks

To learn more, see Unbound Columns.

Inheritance

Object
EventArgs
DevExpress.WinUI.Grid.ColumnDataEventArgsBase
GridColumnDataEventArgs
See Also