Skip to main content
Tab

ASPxButtonEditBase.ButtonTemplate Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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