Class RibbonCollection
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RibbonCollection
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonCollection : EJTagHelper
Constructors
RibbonCollection()
Declaration
public RibbonCollection()
Properties
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 collection.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Id
Defines a unique identifier for the collection.
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
Items
Defines the list of ribbon items.
Declaration
public List<RibbonItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RibbonItem> | The default value is null |