Back to Devexpress

OptionsLayoutGrid.Columns Property

corelibraries-devexpress-dot-utils-dot-optionslayoutgrid-909acb55.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Data

Declaration

csharp
public OptionsColumnLayout Columns { get; }
vb
Public ReadOnly Property Columns As OptionsColumnLayout

Property Value

TypeDescription
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 TypePath to Columns
ColumnView

.OptionsLayout .Columns

|

See Also

OptionsLayoutGrid Class

OptionsLayoutGrid Members

DevExpress.Utils Namespace