OptionsLayoutGrid.Columns Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public OptionsColumnLayout Columns { get; }
#Property Value
Type | Description |
---|---|
Options |
An Options |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Columns |
---|---|
Column |
|
See Also