Skip to main content
A newer version of this page is available. .

XRDesignToolBox.SmallImages Property

Gets or sets an object which serves as the source of the small images used in the toolbox.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
public object SmallImages { get; set; }

Property Value

Type Description
Object

A ImageList object which represents the source of the small images.

Remarks

This property is intended for internal use only.

See Also