Class SplitButtonItem
Implements
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SplitButtonItem : EJTagHelper, IBaseItems
Constructors
SplitButtonItem()
Initializes a new instance of the SplitButtonItem class.
Declaration
public SplitButtonItem()
Properties
ChildItems
Gets or sets the child items of the split button menu items.
Declaration
public List<SplitButtonItem> ChildItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SplitButtonItem> |
HtmlAttributes
Gets or sets the value to map the field of HTML attributes.
Declaration
public IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Id
Gets or sets the id of the split button item.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageAttributes
Gets or sets the image attributes to the button element.
Declaration
public IDictionary<string, object> ImageAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
ImageUrl
Gets or sets the image URL of the button element for navigation.
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinkAttributes
Gets or sets the link attributes to the button element.
Declaration
public IDictionary<string, object> LinkAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
SpriteCssClass
Gets or sets the root CSS class to sprite image for theme customization.
Declaration
public string SpriteCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the text associated with split button.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Gets or sets the URL of the button element for navigation.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |