Skip to main content
A newer version of this page is available. .

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

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