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

WinExplorerViewStyleOptions Class

Provides access to a specific WinExplorerView Style’s advanced settings.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public class WinExplorerViewStyleOptions :
    ViewBaseOptions

Remarks

Use the WinExplorerView.OptionsViewStyles property to access all properties that store WinExplorerViewStyleOptions objects. These objects store advanced settings for each WinExplorerView Style.

Note

The WinExplorerViewStyle.Content View Style is the only Style that does not store its advanced properties within a WinExplorerViewStyleOptions object, but within a WinExplorerViewContentStyleOptions object.

See Also