Skip to main content

WinExplorerViewColumns.View Property

Returns the WinExplorerView that owns this column set.

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

See Also