TdxNavBarGroupControlOptions Class
In This Article
Contains a set of appearance and behavior options of a group’s client area.
#Declaration
Delphi
TdxNavBarGroupControlOptions = class(
TcxOwnedPersistent
)
#Remarks
Options include:
UseControl – specifies whether custom controls can be embedded into the group’s client area;
ShowControl – specifies whether the group’s client area displays links or embedded controls;
AllowControlResizing – specifies whether end-users can adjust the height of the group with embedded controls.
The TdxNavBarGroupControlOptions object is referenced by a group’s OptionsGroupControl property.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxNavBarGroupControlOptions
See Also