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

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 sysytem registry).

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.2.dll

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:

Library Object Type Path to Columns
WinForms Controls ColumnView
.OptionsLayout.Columns
WinExplorerView
.OptionsLayout.Columns
PivotGridControl
.OptionsLayout.Columns
PropertyGridControl
.OptionsLayout.Columns
VGridControl
.OptionsLayout.Columns
VGridControlBase
.OptionsLayout.Columns
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsLayout.Columns
PivotGridWebOptionsLayout
.FullLayout.Columns
MVCxPivotGrid
.OptionsLayout.Columns
Reporting XRPivotGrid
.OptionsLayout.Columns
See Also