TcxGridLayoutViewOptionsCustomize Class
In This Article
Customization settings for a Layout View.
#Declaration
Delphi
TcxGridLayoutViewOptionsCustomize = class(
TcxGridCustomLayoutViewOptionsCustomize
)
#Remarks
Settings include:
Property | Description |
---|---|
Group |
Specifies whether to display the Expand Button command in the layout group’s context menu. |
Item |
Specifies whether to display filter dropdown buttons within item captions. |
Record |
Specifies whether to display expand buttons within card captions. |
The TcxGridLayoutViewOptionsCustomize object is referenced by the View’s OptionsCustomize property.
#Inheritance
See Also