Back to Devexpress

WinExplorerViewColumns.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewcolumns-ddd03e3b.md

latest1.5 KB
Original Source

WinExplorerViewColumns.View Property

Returns the WinExplorerView that owns this column set.

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 WinExplorerView that owns this column set.

|

See Also

ColumnSet

WinExplorerViewColumns Class

WinExplorerViewColumns Members

DevExpress.XtraGrid.Views.WinExplorer Namespace