Enum ContentType
Specifies the content type of the button
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public enum ContentType
Fields
| Name | Description |
|---|---|
| ImageBoth | Supports to display image at both ends of button |
| ImageOnly | To display the image only in button |
| ImageTextImage | Supports to display text with image at both ends of button |
| TextAndImage | Supports to display image with text content |
| TextOnly | To display the text content only in button |