Skip to main content

WinExplorerViewStyleOptionsCollection.View Property

Gets the View that owns this WinExplorerViewStyleOptionsCollection object.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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