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

TcxGridBandedTableController Class

Controller for a Banded Table View.

#Declaration

Delphi
TcxGridBandedTableController = class(
    TcxGridTableController
)

#Remarks

A controller represents a helper class implementing various functions on behalf of a grid View. TcxGridBandedTableController provides methods specific to a Banded Table View. Its functionality can be accessed via the View’s Controller property.

You can use members of a View controller to:

  • control editing of a record cell

  • set focus to a specific column and record

  • start/cancel an incremental search

  • access the collection of selected records

  • perform scrolling

  • navigate records and items

  • display/hide the customization form

See Also