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

GetTemplatesHandler Delegate

Provides functionality to implement a custom template gallery.

Namespace: DevExpress.XtraReports.Extensions

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public delegate void GetTemplatesHandler(
    TemplatesInfo templatesInfo
);

Parameters

Name Type Description
templatesInfo TemplatesInfo

A TemplatesInfo object.

Remarks

In most situations, you do not need to use this class.

See Also