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

OptionsColumnLayout() Constructor

Initializes a new instance of the OptionsColumnLayout class with the default settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public OptionsColumnLayout()

Remarks

This constructor is called automatically to initialize the OptionsLayoutGrid.Columns property. There is no need to call it directly from your code.

See Also