BarManager.GetBarItemImages() Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public SvgImageCollection GetBarItemImages()
#Returns
Type |
---|
Svg |
#Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also