Back to Devexpress

BarManager.LargeIcons Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-61f1a99e.md

latest1.8 KB
Original Source

BarManager.LargeIcons Property

This property is obsolete. Use the BarManagerProperties.LargeIcons property of the DefaultBarAndDockingController or BarAndDockingController object instead.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public bool LargeIcons { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Property LargeIcons As Boolean

Property Value

TypeDescription
Boolean

true if bar items are painted using large icons; otherwise, false.

|

Remarks

Instead of the LargeIcons property, use the BarManagerProperties.LargeIcons property of the DefaultBarAndDockingController or BarAndDockingController object.

See Also

LargeIcons

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace