WinExplorerView.OptionsViewStyles Property
Provides access to advanced View Style options.
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)]
[XtraSerializablePropertyId(4)]
public WinExplorerViewStyleOptionsCollection OptionsViewStyles { get; }
Property Value
Type | Description |
---|---|
WinExplorerViewStyleOptionsCollection | A WinExplorerViewStyleOptions object that stores advanced options for every View Style available. |
Remarks
The OptionsViewStyles property provides access to properties that store advanced settings (e.g., content margins or image size) for each particular View Style.
- the WinExplorerViewStyleOptionsCollection.ExtraLarge property - stores advanced settings for the WinExplorerViewStyle.ExtraLarge View Style.
- the WinExplorerViewStyleOptionsCollection.Large property - stores advanced settings for the WinExplorerViewStyle.Large View Style.
- the WinExplorerViewStyleOptionsCollection.Medium property - stores advanced settings for the WinExplorerViewStyle.Medium View Style.
- the WinExplorerViewStyleOptionsCollection.Small property - stores advanced settings for the WinExplorerViewStyle.Small View Style.
- the WinExplorerViewStyleOptionsCollection.List property - stores advanced settings for the WinExplorerViewStyle.List View Style.
- the WinExplorerViewStyleOptionsCollection.Tiles property - stores advanced settings for the WinExplorerViewStyle.Tiles View Style.
- the WinExplorerViewStyleOptionsCollection.Content property - stores advanced settings for the WinExplorerViewStyle.Content View Style.
See the WinExplorer View topic to learn more.
See Also