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

WinExplorerViewColumns.View Property

Returns the WinExplorerView that owns this column set.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

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

Property Value

Type Description
WinExplorerView

A WinExplorerView that owns this column set.

See Also