Skip to main content
Bar

BarManager.GetBarItemImages() Method

Returns the SvgImageCollection that contains default images displayed next to different bar item types in “Add New” menus at design time.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public SvgImageCollection GetBarItemImages()

Returns

Type
SvgImageCollection

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also