BarManager.LargeIcons Property
In This Article
This property is obsolete. Use the BarManagerProperties.LargeIcons property of the DefaultBarAndDockingController or BarAndDockingController object instead.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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