Back to Devexpress

TdxNavBarGroup.LinksUseSmallImages Property

vcl-dxnavbarcollns-dot-tdxnavbargroup.md

latest1.8 KB
Original Source

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

TypeDefault
BooleanTrue

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

TdxNavBarCustomItem.LargeImageIndex

TdxNavBarCustomItem.SmallImageIndex

TdxNavBarGroup.UseSmallImages

Link Arrangement

TdxNavBarGroup Class

TdxNavBarGroup Members

dxNavBarCollns Unit