Skip to main content
All docs
V18.2

ASPxDesignerElementEditor.header Property

Gets the name of an HTML template specifying the editor and header of a complex object (i.e., an object having its ASPxDesignerElementSerializationInfo.info and ASPxDesignerElementEditor.content properties specified).

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string header { get; }

Property Value

Type Description
String

A String value.

See Also