TcxGridLayoutViewOptionsBehavior Class
Behavior settings for a Layout View.
Declaration
TcxGridLayoutViewOptionsBehavior = class(
TcxCustomGridTableOptionsBehavior
)
Remarks
Settings include:
| Property | Description |
|---|---|
| ExpandRecordOnDblClick | Specifies whether to expand or collapse cards on double clicking the card caption. |
| ItemHotTrack | Specifies whether to hot-track data items. |
The TcxGridLayoutViewOptionsBehavior object is referenced by the View’s OptionsBehavior property.
Inheritance
See Also