menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupButtonFields

    Show / Hide Table of Contents

    Class GroupButtonFields

    Inheritance
    System.Object
    EJTagHelper
    GroupButtonFields
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved