WinExplorerViewOptionsLayout.StoreColumnSet Property
Gets or sets whether or not settings from the WinExplorerView.ColumnSet group should be serialized.
Namespace: DevExpress.XtraGrid.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if settings from the WinExplorerView.ColumnSet group should be serialized; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to StoreColumnSet |
---|---|
WinExplorerView |
|
Remarks
Make sure the StoreColumnSet property equals true if you intend to use the save and restore layout feature. Otherwise, your column settings can be lost.
See Also