WinExplorerView.OptionsLayout Property
Provides access to properties that affect the layout of this WinExplorerView.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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