Skip to main content

TdxNavBarGroup Properties

A group in a NavBar control.
Name Description
Align Specifies the current group’s vertical alignment within Explorer Bar Views.
Automation Provides access to UI Automation and accessibility-related settings for the navigation bar item. Inherited from TdxNavBarCustomItem.
Caption Specifies a collection item’s caption. Inherited from TdxNavBarCustomItem.
ChildCount
Children
Collection Provides access to the collection to which the current item belongs. Inherited from TdxNavBarComponentCollectionItem.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Control Provides access to the control used as the container for custom controls within the current group.
CustomStyles Provides access to custom styles of the current group.
DesignInfo Inherited from TComponent.
DisplayName Specifies the collection item’s name displayed in the collection editor. Inherited from TcxComponentCollectionItem.
Expandable

Deprecated. This property exists for backward compatibility only.

Tip

Use the OptionsExpansion.Expandable property instead of Expandable.

Expanded

Deprecated. This property exists for backward compatibility only.

Tip

Use the OptionsExpansion.Expanded property instead of Expanded.

Hint Specifies a collection item’s hint text. Inherited from TdxNavBarCustomItem.
ID Gets the unique identifier of the current collection element. Inherited from TcxComponentCollectionItem.
Index Specifies the zero-based index of the current element in the collection. Inherited from TcxComponentCollectionItem.
LargeImageIndex Specifies a collection item’s large image. Inherited from TdxNavBarCustomItem.
Level
LinkCount Returns the total number of links owned by the current group.
Links Returns a link by its index.
LinksUseSmallImages Specifies whether links of a group use small or large images.
Name Inherited from TComponent.
Observers Inherited from TComponent.
OptionsExpansion Provides access to a set of options that allow you to change the expanded state of the current group, and customize its appearance in this state.
OptionsGroupControl Provides access to appearance and behavior options of the current group’s client area.
Owner Inherited from TComponent.
Parent Provides access to the group to which the current group belongs.
Position
SelectedLink Provides access to a group’s selected link.
SelectedLinkIndex Specifies the index of a group’s selected link.
ShowAsIconView Specifies whether links are displayed as a set of icons.
ShowCaption Specifies the group header’s visibility.
ShowControl

Deprecated. This property exists for backward compatibility only.

Tip

Use the OptionsGroupControl.ShowControl property instead of ShowControl.

ShowExpandButton

Deprecated. This property exists for backward compatibility only.

Tip

Use the OptionsExpansion.ShowExpandButton property instead of ShowExpandButton.

SmallImageIndex Specifies a collection item’s small image. Inherited from TdxNavBarCustomItem.
StyleBackground

Deprecated. This property exists for backward compatibility only.

Tip

Use the CustomStyles.Background property instead of StyleBackground.

StyleControl

Deprecated. This property exists for backward compatibility only.

Tip

Use the CustomStyles.Control property instead of StyleControl.

StyleHeader

Deprecated. This property exists for backward compatibility only.

Tip

Use the CustomStyles.Header property instead of StyleHeader.

StyleHeaderActive

Deprecated. This property exists for backward compatibility only.

Tip

Use the CustomStyles.HeaderActive property instead of StyleHeaderActive.

StyleHeaderActiveHotTracked

Deprecated. This property exists for backward compatibility only.

Tip

Use the CustomStyles.HeaderActiveHotTracked property instead of StyleHeaderActiveHotTracked.

StyleHeaderActivePressed

Deprecated. This property exists for backward compatibility only.

Tip

Use the CustomStyles.HeaderActivePressed property instead of StyleHeaderActivePressed.

StyleHeaderHotTracked

Deprecated. This property exists for backward compatibility only.

Tip

Use the CustomStyles.HeaderHotTracked property instead of StyleHeaderHotTracked.

StyleHeaderPressed

Deprecated. This property exists for backward compatibility only.

Tip

Use the CustomStyles.HeaderPressed property instead of StyleHeaderPressed.

Tag Inherited from TComponent.
TopVisibleLinkIndex Specifies the index of the link displayed at the top of the current group.
UseControl

Deprecated. This property exists for backward compatibility only.

Tip

Use the OptionsGroupControl.UseControl property instead of UseControl.

UseRestSpace Specifies whether the current group occupies a NavBar control’s space that is free of other groups.
UseSmallImages Specifies whether a large or small image is displayed within a group header.
VCLComObject Inherited from TComponent.
Visible Specifies the visibility of a collection item. Inherited from TdxNavBarCustomItem.
VisibleForCustomization Specifies whether end-users can change the current group’s visibility via the Navigation Pane’s context menu.
See Also