Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinExplorerView.OptionsLayout Property

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.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