Skip to main content

OptionsLayoutGrid.Columns Property

Contains options that specify how the columns’ and bands’ settings are stored to and restored from storage (a stream, xml file or system registry).

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public OptionsColumnLayout Columns { get; }

Property Value

Type Description
OptionsColumnLayout

An OptionsColumnLayout object that specifies how the columns’ and bands’ settings are stored to and restored from storage.

Property Paths

You can access this nested property as listed below:

Object Type Path to Columns
ColumnView
.OptionsLayout .Columns
See Also