Back to Devexpress

GridBandCollection.FirstVisibleBand Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridbandcollection-51dbe828.md

latest2.2 KB
Original Source

GridBandCollection.FirstVisibleBand Property

Gets the first visible band within the collection.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual GridBand FirstVisibleBand { get; }
vb
Public Overridable ReadOnly Property FirstVisibleBand As GridBand

Property Value

TypeDescription
GridBand

A GridBand object representing the first visible band within the collection. null ( Nothing in Visual Basic) if the collection contains no visible bands.

|

Remarks

This property is used to obtain the first band within the collection whose GridBand.Visible property value is true.

See Also

GetVisibleBand

LastVisibleBand

VisibleBandCount

GridBandCollection Class

GridBandCollection Members

DevExpress.XtraGrid.Views.BandedGrid Namespace