Back to Devexpress

WinExplorerViewStyleOptionsCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptionscollection-9330e239.md

latest2.0 KB
Original Source

WinExplorerViewStyleOptionsCollection.View Property

Gets the View that owns this WinExplorerViewStyleOptionsCollection object.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public WinExplorerView View { get; }
vb
<Browsable(False)>
Public ReadOnly Property View As WinExplorerView

Property Value

TypeDescription
WinExplorerView

A View that owns this WinExplorerViewStyleOptionsCollection object.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to View
WinExplorerView

.OptionsViewStyles .View

|

See Also

WinExplorerViewStyleOptionsCollection Class

WinExplorerViewStyleOptionsCollection Members

DevExpress.XtraGrid.Views.WinExplorer Namespace