TdxNavBarGroupExpansionOptions Class
In This Article
Contains group expansion options.
#Declaration
Delphi
TdxNavBarGroupExpansionOptions = class(
TcxOwnedPersistent
)
#Remarks
Options include:
Expandable – specifies whether a group can be expanded;
Expanded – specifies whether a group is expanded;
ShowExpandButton – changes the visibility of a group header sign (expand button).
The TdxNavBarGroupExpansionOptions object is referenced by a group’s OptionsExpansion property.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxNavBarGroupExpansionOptions
See Also