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

IPropertyGridIconsProvider.Icons Property

Provides access to the Property Grid’s tab icons collection.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

Dictionary<string, IconImage> Icons { get; }

Property Value

Type Description
Dictionary<String, DevExpress.XtraReports.Design.IconImage>

A dictionary of IconName-IconImage items.

Remarks

Use this property to add/remove/replace the Property Grid’s tab icon. The Customize the Property Grid in the End-User Report Designer topic provides an example on how to to this.

See Also