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

WinExplorerView.IsVisible Property

Gets whether this WinExplorerView is currently visible.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public override bool IsVisible { get; }

Property Value

Type Description
Boolean

true if this WinExplorerView is currently visible; otherwise, false.

Remarks

Use the GridControl.MainView property to select the View currently selected by the GridControl.

See Also