Skip to main content

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

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool StoreColumnSet { get; set; }

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
.OptionsLayout .StoreColumnSet

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