Back to Devexpress

TcxGridBandedTableView.Controller Property

vcl-cxgridbandedtableview-dot-tcxgridbandedtableview-6434127a.md

latest1023 B
Original Source

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

TcxGridBandedTableView Class

TcxGridBandedTableView Members

cxGridBandedTableView Unit