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

TdxNavBarGroupControl Class

Represents the container for controls embedded within a group.

#Declaration

Delphi

#Remarks

The TdxNavBarGroupControl control is specially designed to allow controls to be embedded within its groups. When a group’s OptionsGroupControl.UseControl property is set to True, an instance of this control is created and positioned to fit the group’s client area. If an Explorer Bar View is applied to the NavBar, the control can be vertically resized as needed.

When the TdxNavBarGroupControl is created for a group, it can be accessed via the group’s Control property.

The TdxNavBarGroupControl is derived from the TCustomPanel class. It implements all the functionality needed to serve as the container for other controls.

See Also