Skip to main content

IPropertyGridIconsProvider.Icons Property

Provides access to the Properties window’s tab icons collection.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.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 Properties window’s tab icon. The Customize the Properties Window in the End-User Report Designer topic provides an example on how to to this.

See Also