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