DiagramClientSideEvents.CustomShapeCreateToolboxTemplate Property
Specifies the name of the JavaScript function or code which handles the client CustomShapeCreateToolboxTemplate event.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
[DefaultValue("")]
public string CustomShapeCreateToolboxTemplate { get; set; }
<DefaultValue("")>
Public Property CustomShapeCreateToolboxTemplate As String
Property Value
Type | Default | Description |
---|---|---|
String | The name of a JavaScript function or the JavaScript function's code used to handle the event. |
See Also
Feedback