Skip to main content

TdxNavBarGroupControl Class

Represents the container for controls embedded within a group.

Declaration

TdxNavBarGroupControl = class(
    TCustomPanel,
    IdxAdornerRootTargetElement,
    IdxAdornerTargetElement
)

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