Skip to main content

OptionsColumnLayout() Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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