Class SplitItem
Inheritance
System.Object
SplitItem
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 SplitItem
Constructors
SplitItem()
Declaration
public SplitItem()
Properties
HtmlAttributes
Gets or sets the value to map the field of HTML attributes.
Declaration
public string HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the id of the split button item.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Items
Gets the collection of sub-level items.
Declaration
public List<SplitItem> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SplitItem> |
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 |
Template
Gets or sets the value for template support.
Declaration
public HtmlGenericControl Template { get; set; }
Property Value
Type | Description |
---|---|
System.Web.UI.HtmlControls.HtmlGenericControl |
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 |
Methods
ShouldSerializeSplitButtonBaseItem()
Should serialize method for SplitButtonBaseItem.
Declaration
public bool ShouldSerializeSplitButtonBaseItem()
Returns
Type | Description |
---|---|
System.Boolean |