TcxControlOptionsBehavior Class
The base class for all classes that implement container control behavior settings.
Declaration
TcxControlOptionsBehavior = class(
TcxControlOptions
)
Remarks
This class provides the following members that allow you to:
Customize keystroke navigation between container control item’s cells (FocusCellOnCycle, GoToNextCellOnEnter, and GoToNextCellOnTab).
Specify if the first cell of a newly created container control item is automatically focused (FocusFirstCellOnNewRecord).
Show a cell value as a hint if the value does not fit into the cell (CellHints).
Specify how cell editors activate in a focused cell (AlwaysShowEditor and ImmediateEditor).
Enable incremental search and specify a container control item as the search result source (IncSearch and IncSearchItem).
Display hints for buttons of the container control’s navigator (NavigatorHints).
Do not use the TcxControlOptionsBehavior class directly. Use its descendants instead.