Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public bool LargeIcons { get; set; }

Property Value

Type Description
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