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

ASPxButtonEditBase.ButtonTemplate Property

Gets or sets the template used for rendering the editor’s buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public virtual ITemplate ButtonTemplate { get; set; }

Property Value

Type Default Description
ITemplate *null*

An object supporting the ITemplate interface that contains the template used for rendering the editor’s buttons.

Remarks

This property is a wrapper of the ButtonEditPropertiesBase.ButtonTemplate property.

Note

Once a template defined by this property is created, it is instantiated within a container represented by the TemplateContainerBase class. This class implements a set of properties which can be useful when designing a template and binding controls comprising this template to data.

See Also