Class RibbonButtonSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RibbonButtonSettings
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonButtonSettings : EJTagHelper
Constructors
RibbonButtonSettings()
Declaration
public RibbonButtonSettings()
Properties
Clicked
Declaration
public string Clicked { 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> |
Created
Declaration
public string Created { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
CssClass
Defines one or more CSS classes to customize the appearance of button.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
HtmlAttributes
Specifies additional HTML attributes to be applied to the button.
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 "" |
IsPrimary
Defines whether the button is primary button or not.
Declaration
public bool IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
IsToggle
Defines whether the button is toggle button or not.
Declaration
public bool IsToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |