ASPxButtonEditBase.ButtonTemplate Property
In This Article
Gets or sets the template used for rendering the editor’s buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 Template
See Also