Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBand.VisibleIndex Property

Returns the band’s position within a View.

#Declaration

Delphi
property VisibleIndex: Integer read;

#Property Value

Type
Integer

#Remarks

Use the VisibleIndex property to obtain the current band position within a View. To access all visible bands within a View, see Bands.VisibleItems.

End-users can change the band position by clicking the band header and dragging it to the required position. Band moving can be restricted by setting the Band.Options.Moving or the BandedTableView.OptionsCustomize.BandMoving properties to False.

See Also