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

WinExplorerViewStyleOptionsCollection.View Property

Gets the View that owns this WinExplorerViewStyleOptionsCollection object.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
public WinExplorerView View { get; }

Property Value

Type Description
WinExplorerView

A View that owns this WinExplorerViewStyleOptionsCollection object.

Property Paths

You can access this nested property as listed below:

Object Type Path to View
WinExplorerView
See Also