Skip to main content

AutoGeneratingColumnEventArgs(ColumnBase) Constructor

In This Article

Initializes a new instance of the AutoGeneratingColumnEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public AutoGeneratingColumnEventArgs(
    ColumnBase column
)

#Parameters

Name Type
column ColumnBase
See Also