Class RibbonGroupButtonItemBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RibbonGroupButtonItemBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.AspNetMvc.Ribbon.dll
Syntax
public class RibbonGroupButtonItemBuilder : ControlBuilder
Constructors
RibbonGroupButtonItemBuilder()
Declaration
public RibbonGroupButtonItemBuilder()
RibbonGroupButtonItemBuilder(RibbonGroupButtonItem)
Declaration
public RibbonGroupButtonItemBuilder(RibbonGroupButtonItem model)
Parameters
| Type | Name | Description |
|---|---|---|
| RibbonGroupButtonItem | model |
Methods
BeforeClick(String)
Triggers before clicking the button from group button.
Declaration
public RibbonGroupButtonItemBuilder BeforeClick(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RibbonGroupButtonItemBuilder |
Click(String)
Triggers after clicking the button from group button.
Declaration
public RibbonGroupButtonItemBuilder Click(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RibbonGroupButtonItemBuilder |
Content(String)
Defines the content for the button.
Declaration
public RibbonGroupButtonItemBuilder Content(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RibbonGroupButtonItemBuilder |
HtmlAttributes(Object)
Specifies additional HTML attributes to be applied to the group button item.
Declaration
public RibbonGroupButtonItemBuilder HtmlAttributes(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| RibbonGroupButtonItemBuilder |
IconCss(String)
Defines the CSS class for the icons to be shown in button.
Declaration
public RibbonGroupButtonItemBuilder IconCss(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RibbonGroupButtonItemBuilder |
KeyTip(String)
Specifies the keytip content.
Declaration
public RibbonGroupButtonItemBuilder KeyTip(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RibbonGroupButtonItemBuilder |
RibbonTooltipSettings(Object)
Specifies the tooltip settings for the group button items.
Declaration
public RibbonGroupButtonItemBuilder RibbonTooltipSettings(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| RibbonGroupButtonItemBuilder |
Selected(Boolean)
Defines whether the button is selected or not.
Declaration
public RibbonGroupButtonItemBuilder Selected(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| RibbonGroupButtonItemBuilder |