NavBarGroup.LinksUseSmallImage Property
In This Article
OBSOLETE
You should use Group
Gets or sets a value specifying whether group links use small or large images.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the contained links use small images, otherwise false. |
#Remarks
This property is obsolete. Use the NavBarGroup.GroupStyle property to specify how the group’s contents are presented to an end-user.
See Also