Back to Devexpress

BarManager.GetBarItemImages() Method

windowsforms-devexpress-dot-xtrabars-dot-barmanager-b147c991.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public SvgImageCollection GetBarItemImages()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetBarItemImages As SvgImageCollection

Returns

Type
SvgImageCollection

Remarks

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

See Also

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace