GridBandCollection.GetVisibleBand(GridBand) Method
In This Article
Searches for a visible band starting from a specified band.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
band | Grid |
A Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
If the specified band’s GridBand.Visible property value is true, the method returns this band. Otherwise, the method searches forward through the collection and returns the first visible band found.
See Also