windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-41f04079.md
Provides access to properties that affect the layout of this WinExplorerView.
Namespace : DevExpress.XtraGrid.Views.WinExplorer
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public WinExplorerViewOptionsLayout OptionsLayout { get; }
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsLayout As WinExplorerViewOptionsLayout
| Type | Description |
|---|---|
| WinExplorerViewOptionsLayout |
A WinExplorerViewOptionsLayout object that stores View layout settings.
|
Through the OptionsLayout property group, you can access settings that specify which View settings should be serialized and processed when saving/restoring your View layout to (from) the registry, stream or XML file. For the WinExplorerView the WinExplorerViewOptionsLayout.StoreColumnSet property must be set to true.
See Also