Class GroupButtonBaseItem
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 GroupButtonBaseItem : EJTagHelper
Constructors
GroupButtonBaseItem()
Initializes a new instance of the GroupButtonBaseItem class.
Declaration
public GroupButtonBaseItem()
Properties
ContentTemplate
Gets or sets the content template.
Declaration
public MvcTemplate<GroupButtonBaseItem> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<GroupButtonBaseItem> | The content template. |
ContentType
Gets or sets the contentype of a Groupbutton item.
Declaration
public ContentType ContentType { get; set; }
Property Value
Type | Description |
---|---|
ContentType |
Id
Gets or sets the id of the group button item.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImagePosition
Gets or sets the imageposition of a Groupbutton item.
Declaration
public ImagePosition ImagePosition { get; set; }
Property Value
Type | Description |
---|---|
ImagePosition |
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> |
PrefixIcon
Gets or sets Prefix icon in the Groupbutton item.
Declaration
public string PrefixIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SuffixIcon
Gets or sets the Suffix icon in the Groupbutton item.
Declaration
public string SuffixIcon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the text associated with group button item.
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 |