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

TdxNavBarGroup.LinksUseSmallImages Property

Specifies whether links of a group use small or large images.

#Declaration

Delphi
property LinksUseSmallImages: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Since each item can have two images assigned to it, links to the same item can be displayed differently in different groups. Use the LinksUseSmallImages property of a group to specify whether its links corresponding to items are displayed by using small or large images. If this property is set to True, small images are displayed within the group’s links. Otherwise, large images are used. Changing this property value results in changing the link appearance for a number of painting styles.

The image below displays a TdxNavBar control, whose second group’s LinksUseSmallImages property is set to False and True respectively.

See Also