Class RibbonGroup
Inheritance
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonGroup : EJTagHelper
Constructors
RibbonGroup()
Declaration
public RibbonGroup()
Properties
Collections
Defines the list of ribbon collections.
Declaration
public List<RibbonCollection> Collections { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RibbonCollection> | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CssClass
Defines one or more CSS classes to customize the appearance of group.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
EnableGroupOverflow
Defines whether to add a separate popup for the overflow items in the group. If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.
Declaration
public bool EnableGroupOverflow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
GroupIconCss
Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.
Declaration
public string GroupIconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Header
Defines the content of group header.
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Id
Defines a unique identifier for the group.
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
IsCollapsed
Defines whether the group is in collapsed state or not during classic mode.
Declaration
public bool IsCollapsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
IsCollapsible
Defines whether the group can be collapsed on resize during classic mode.
Declaration
public bool IsCollapsible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
KeyTip
Specifies the keytip content.
Declaration
public string KeyTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
LauncherIconKeyTip
Specifies the keytip content for launcher icon.
Declaration
public string LauncherIconKeyTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Orientation
Defines whether to orientation in which the items of the group should be arranged.
Declaration
public ItemOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
ItemOrientation | The default value is ItemOrientation.Column |
OverflowHeader
Defines the header shown in overflow popup of Ribbon group.
Declaration
public string OverflowHeader { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Priority
Defines the priority order at which the group should be collapsed or expanded. For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.
Declaration
public double Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
ShowLauncherIcon
Defines whether to show or hide the launcher icon for the group.
Declaration
public bool ShowLauncherIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |