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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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:

Show 11 property paths
Library Object Type Path to Columns
WinForms Controls ColumnView
.OptionsLayout .Columns
TileView
.OptionsLayout .Columns
WinExplorerView
.OptionsLayout .Columns
PivotGridControl
.OptionsLayout .Columns
PropertyGridControl
.OptionsLayout .Columns
VGridControl
.OptionsLayout .Columns
VGridControlBase
.OptionsLayout .Columns
Reporting XRPivotGrid
.OptionsLayout .Columns
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsLayout .Columns
ASPxPivotGrid
.FullLayout .Columns
PivotGridWebOptionsLayout
.FullLayout .Columns
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsLayout .Columns
MVCxPivotGrid
.FullLayout .Columns
See Also