GridControl.IsVisibleView(BaseView) Method
In This Article
Indicates whether a specific View is currently visible.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
view | Base |
A Base |
#Returns
Type | Description |
---|---|
Boolean | true, if a specific View is visible onscreen, otherwise, false. |
#Remarks
The function returns whether the specified View is currenly displayed onscreen. If the View is not visible due to scrolling, IsVisibleView will return false.
If the View passed as a parameter represents a View from the GridControl.LevelTree tree, the function returns false.
All existing Views can be obtained from the GridControl.Views collection.
See Also