Back to Devexpress

ASPxButtonEditBase.ButtonTemplate Property

aspnet-devexpress-dot-web-dot-aspxbuttoneditbase-13abb06a.md

latest1.8 KB
Original Source

ASPxButtonEditBase.ButtonTemplate Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public virtual ITemplate ButtonTemplate { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property ButtonTemplate As ITemplate

Property Value

TypeDefaultDescription
ITemplatenull

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

ButtonEdit

ASPxButtonEditBase Class

ASPxButtonEditBase Members

DevExpress.Web Namespace