Class RibbonGroupButtonSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RibbonGroupButtonSettings
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonGroupButtonSettings : EJTagHelper
Constructors
RibbonGroupButtonSettings()
Declaration
public RibbonGroupButtonSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Header
Specifies the header for the groupbutton popup in Simplified layout.
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Items
Defines the properties for collection of button items in Ribbon group button.
Declaration
public List<RibbonGroupButtonItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RibbonGroupButtonItem> | The default value is null |
Selection
Defines options for Selection Type.
Declaration
public RibbonGroupButtonSelection Selection { get; set; }
Property Value
Type | Description |
---|---|
RibbonGroupButtonSelection | The default value is RibbonGroupButtonSelection.Single |