Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarGroupControlOptions Class

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