Back to Devexpress

WinExplorerView.OptionsLayout Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-41f04079.md

latest2.4 KB
Original Source

WinExplorerView.OptionsLayout Property

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public WinExplorerViewOptionsLayout OptionsLayout { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsLayout As WinExplorerViewOptionsLayout

Property Value

TypeDescription
WinExplorerViewOptionsLayout

A WinExplorerViewOptionsLayout object that stores View layout settings.

|

Remarks

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

Save and Restore Layouts of DevExpress controls

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace