menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class GroupButtonItem

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

    Constructors

    GroupButtonItem()

    Declaration
    public GroupButtonItem()

    Properties

    ContentSection

    Specifies the group button element.

    Declaration
    public HtmlGenericControl ContentSection { get; set; }
    Property Value
    Type Description
    System.Web.UI.HtmlControls.HtmlGenericControl

    ContentType

    Gets or sets the contentype of a Groupbutton item.

    Declaration
    [JsonProperty("ContentType")]
    public string ContentType { get; set; }
    Property Value
    Type Description
    System.String

    HtmlAttributes

    Gets or sets the html attribute to the button element.

    Declaration
    [JsonProperty("HtmlAttributes")]
    public string HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Gets or sets the id attribute of the group button.

    Declaration
    [JsonProperty("Id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    ImagePosition

    Gets or sets the imageposition of a Groupbutton item.

    Declaration
    [JsonProperty("ImagePosition")]
    public string ImagePosition { get; set; }
    Property Value
    Type Description
    System.String

    Items

    Specifies the collection of group button items.

    Declaration
    public List<GroupButtonItem> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<GroupButtonItem>

    LinkAttributes

    Gets or sets the link attribute to the button element.

    Declaration
    [JsonProperty("LinkAttributes")]
    public string LinkAttributes { get; set; }
    Property Value
    Type Description
    System.String

    PrefixIcon

    Gets or sets Prefix icon in the Groupbutton item.

    Declaration
    [JsonProperty("PrefixIcon")]
    public string PrefixIcon { get; set; }
    Property Value
    Type Description
    System.String

    Selected

    Gets or sets the selected state of a Groupbutton item.

    Declaration
    [JsonProperty("Selected")]
    public string Selected { get; set; }
    Property Value
    Type Description
    System.String

    SuffixIcon

    Gets or sets the Suffix icon in the Groupbutton item.

    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 a Groupbutton item.

    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