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.v24.1.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