Skip to main content

GridColumnCollection(DataControlBase) Constructor

In This Article

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

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public GridColumnCollection(
    DataControlBase grid
)

#Parameters

Name Type
grid DataControlBase
See Also