Back to Devexpress

XRDesignBarManager.Images Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignbarmanager-b2531246.md

latest1.6 KB
Original Source

XRDesignBarManager.Images Property

Gets the source of images that can be displayed within items.

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[DefaultValue(null)]
[SRCategory(ReportStringId.CatUserDesigner)]
public Images Images { get; }
vb
<SRCategory(ReportStringId.CatUserDesigner)>
<DefaultValue(Nothing)>
Public ReadOnly Property Images As Images

Property Value

TypeDefaultDescription
Imagesnull

A Images object which provides images for bar items.

|

Remarks

Use the BarItem.Glyph and BarItem.GlyphDisabled properties to associate images with items.

See Also

XRDesignBarManager Class

XRDesignBarManager Members

DevExpress.XtraReports.UserDesigner Namespace