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

CreateCustomItemTemplateEventArgs.Template Property

Specifies a template that is used to display a data cell or edit cell.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public ITemplate Template { get; set; }

Property Value

Type Description
ITemplate

An ITemplate

See Also