Back to Devexpress

NavBarGroup.LinksUseSmallImage Property

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-f25463d6.md

latest1.7 KB
Original Source

NavBarGroup.LinksUseSmallImage Property

OBSOLETE

You should use GroupStyle property

Gets or sets a value specifying whether group links use small or large images.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use GroupStyle property")]
public virtual bool LinksUseSmallImage { get; set; }
vb
<Obsolete("You should use GroupStyle property")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property LinksUseSmallImage As Boolean

Property Value

TypeDescription
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

ImageOptions

GroupStyle

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace