Skip to main content
All docs
V18.2

ASPxReportUIElement.templateName Property

Provides access to the name of an HTML template used by an element.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string templateName { get; }

Property Value

Type Description
String

A string that specifies the name of the HTML template.

See Also