Back to Devexpress

WinExplorerViewOptionsLayout.StoreColumnSet Property

windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionslayout.md

latest2.3 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool StoreColumnSet { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property StoreColumnSet As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath 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

WinExplorerViewOptionsLayout Class

WinExplorerViewOptionsLayout Members

DevExpress.XtraGrid.WinExplorer Namespace