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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
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 |
|
See Also