TcxGridBandedTableView.OptionsBehavior Property
Specifies the settings that determine how the Banded Table View responds to end-user actions.
Declaration
property OptionsBehavior: TcxGridBandedTableOptionsBehavior read; write;
Property Value
Type |
---|
TcxGridBandedTableOptionsBehavior |
Remarks
Use the OptionsBehavior property to specify the settings which determine how the Banded Table View responds to end-user actions. These property settings determine whether the cell editors are always active, whether the focus can be moved using the Tab and Enter keys, whether band header and column header hints will be displayed, etc.
See Also