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

IPropertyGridIconsProvider Interface

When implemented, provides access to the Property Grid’s tab icons collection.

Namespace: DevExpress.XtraReports.UserDesigner

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

Declaration

public interface IPropertyGridIconsProvider

Remarks

In a common case, you do not have to implement this interface, but you can specify it when requesting a service that provides the Property Grid’s tab icons collection. The Customize the Property Grid in the End-User Report Designer topic explains how get this service and add a tab icon to the Property Grid’s tab.

See Also