Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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