WinExplorerView.IsVisible Property
Gets whether this WinExplorerView is currently visible.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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