Skip to main content

WinExplorerView.IsVisible Property

Gets whether this WinExplorerView is currently visible.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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