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

TcxGridBandedTableView.Controller Property

Provides access to the View’s controller functionality.

#Declaration

Delphi
property Controller: TcxGridBandedTableController read;

#Property Value

Type
TcxGridBandedTableController

#Remarks

The TcxGridBandedTableController object provides properties and methods specific to a Banded Table View, which enable you 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