Class Ribbon
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class Ribbon : Control, IHtmlString
Constructors
Ribbon()
Gets a collection of Ribbon component values
Declaration
public Ribbon()
Ribbon(String, RibbonProperties)
Gets a collection of Ribbon component values
Declaration
public Ribbon(string id, RibbonProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | It accepts the string value and get the Ribbon componenets |
RibbonProperties | propModel | It accepts the properties to perform some function |
Properties
Model
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
RibbonModel
Gets a collection of Ribbon component values to perform some function.
Declaration
public RibbonProperties RibbonModel { get; set; }
Property Value
Type | Description |
---|---|
RibbonProperties |
TagName
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Container encapsulates zero or more components.Through a container you can track your components and communicate with them.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | It accepts the string value and displays the components. |
Returns
Type | Description |
---|---|
System.Web.HtmlString | This method returns string value |
Overrides
GetDependentControl()
Declaration
protected override List<string> GetDependentControl()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
RenderControl(String)
Renders the Ribbon Control elements.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | It accepts the string value and renders the Ribbon control elements |
Overrides
RenderElement(String)
Declaration
protected HtmlTag RenderElement(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
HtmlTag |
Implements
System.Web.IHtmlString