menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class GroupButtonFieldsBuilder

    Inheritance
    System.Object
    GroupButtonFieldsBuilder
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class GroupButtonFieldsBuilder

    Constructors

    GroupButtonFieldsBuilder(GroupButtonFields)

    Initializes a new instance of the GroupButtonFieldsBuilder class.

    Declaration
    public GroupButtonFieldsBuilder(GroupButtonFields fields)
    Parameters
    Type Name Description
    GroupButtonFields fields

    Methods

    ContentType(String)

    Specifies the content type of the button. Button can have image only, text only, imagetextimage, textandimage, or imageboth as content type.

    Declaration
    public GroupButtonFieldsBuilder ContentType(string contentType)
    Parameters
    Type Name Description
    System.String contentType
    Returns
    Type Description
    GroupButtonFieldsBuilder

    HtmlAttribute(String)

    Specifies the value to map the field of HTML attributes.

    Declaration
    public GroupButtonFieldsBuilder HtmlAttribute(string htmlAttribute)
    Parameters
    Type Name Description
    System.String htmlAttribute
    Returns
    Type Description
    GroupButtonFieldsBuilder

    ImagePosition(String)

    Specifies the image position in the button. This property is applicable for the content type 'textandimage' only.

    Declaration
    public GroupButtonFieldsBuilder ImagePosition(string imagePosition)
    Parameters
    Type Name Description
    System.String imagePosition
    Returns
    Type Description
    GroupButtonFieldsBuilder

    LinkAttribute(String)

    Specifies the link attribute to the button element.

    Declaration
    public GroupButtonFieldsBuilder LinkAttribute(string linkAttribute)
    Parameters
    Type Name Description
    System.String linkAttribute
    Returns
    Type Description
    GroupButtonFieldsBuilder

    PrefixIcon(String)

    Specifies the primary icon for button. This icon will be displayed from the left margin of the button

    Declaration
    public GroupButtonFieldsBuilder PrefixIcon(string prefixIcon)
    Parameters
    Type Name Description
    System.String prefixIcon
    Returns
    Type Description
    GroupButtonFieldsBuilder

    Selected(String)

    Specifies the button in selected state.

    Declaration
    public GroupButtonFieldsBuilder Selected(string selected)
    Parameters
    Type Name Description
    System.String selected
    Returns
    Type Description
    GroupButtonFieldsBuilder

    SuffixIcon(String)

    Specifies the secondary icon for button. This icon will be displayed from the right margin of the button.

    Declaration
    public GroupButtonFieldsBuilder SuffixIcon(string suffixIcon)
    Parameters
    Type Name Description
    System.String suffixIcon
    Returns
    Type Description
    GroupButtonFieldsBuilder

    Text(String)

    Specifies the text in the button.

    Declaration
    public GroupButtonFieldsBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    GroupButtonFieldsBuilder

    Url(String)

    Specifies the URL of the button for navigation.

    Declaration
    public GroupButtonFieldsBuilder Url(string url)
    Parameters
    Type Name Description
    System.String url
    Returns
    Type Description
    GroupButtonFieldsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved