Class GroupButtonFields
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class GroupButtonFields : EJTagHelper
Constructors
GroupButtonFields()
Declaration
public GroupButtonFields()
Properties
ContentType
Gets or sets the content type of the button. Button can have image only, text only, imagetextimage, textandimage, or imageboth as content type.
Declaration
[JsonProperty("contentType")]
public string ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HtmlAttribute
Gets or sets the value to map the field of HTML attributes.
Declaration
[JsonProperty("htmlAttribute")]
public string HtmlAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ID
Gets or sets the ID of groupbutton Item.
Declaration
[JsonProperty("id")]
public string ID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImagePosition
Gets or sets the image position in the button. This property is applicable for the content type 'textandimage' only.
Declaration
[JsonProperty("imagePosition")]
public string ImagePosition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LinkAttribute
Gets or sets the link attribute to the button element.
Declaration
[JsonProperty("linkAttribute")]
public string LinkAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PrefixIcon
Gets or sets the primary icon for button. This icon will be displayed from the left margin of the button.
Declaration
[JsonProperty("prefixIcon")]
public string PrefixIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Selected
Gets or sets the value indicating the button in selected state or not.
Declaration
[JsonProperty("selected")]
public string Selected { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SuffixIcon
Gets or sets the secondary icon for button. This icon will be displayed from the right margin of the button.
Declaration
[JsonProperty("suffixIcon")]
public string SuffixIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Text
Gets or sets the text in the button.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
Gets or sets the URL of the button for navigation.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |