Skip to main content

NavBarGroup.GetLinksUseSmallImage() Method

Gets whether the links belonging to the group use small images.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual bool GetLinksUseSmallImage()

Returns

Type Description
Boolean

true if the group’s links are painted using small images; otherwise, false.

Remarks

The GetLinksUseSmallImage method returns true or false depending on whether the group’s links uses small or large images.

The “VSToolBoxView” view does not support large images. So if this view is applied, the GetLinksUseSmallImage method will always return true.

For other views, the size of the links’ images is controlled by the NavBarGroup.GroupStyle property. The GetLinksUseSmallImage function will return true if this property is set to NavBarGroupStyle.SmallIconsList or NavBarGroupStyle.SmallIconsText.

See Also