Class RibbonGroupButtonItem
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RibbonGroupButtonItem
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonGroupButtonItem : EJTagHelper
Constructors
RibbonGroupButtonItem()
Declaration
public RibbonGroupButtonItem()
Properties
BeforeClick
Declaration
public string BeforeClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Click
Declaration
public string Click { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Content
Defines the content for the button.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
HtmlAttributes
Specifies additional HTML attributes to be applied to the group button item.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
IconCss
Defines the CSS class for the icons to be shown in button.
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
KeyTip
Specifies the keytip content.
Declaration
public string KeyTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
RibbonTooltipSettings
Specifies the tooltip settings for the group button items.
Declaration
public object RibbonTooltipSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Selected
Defines whether the button is selected or not.
Declaration
public bool Selected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |