Back to Devexpress

WinExplorerView.IsVisible Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-c3c1591b.md

latest1.7 KB
Original Source

WinExplorerView.IsVisible Property

Gets whether this WinExplorerView is currently visible.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override bool IsVisible { get; }
vb
Public Overrides ReadOnly Property IsVisible As Boolean

Property Value

TypeDescription
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

MainView

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace