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.v19.1.dll

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