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

WinExplorerView.OptionsLayout Property

Provides access to properties that affect the layout of this WinExplorerView.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public WinExplorerViewOptionsLayout OptionsLayout { get; }

Property Value

Type Description
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