Class RibbonCreater
Class for ribbon control
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RibbonCreater : Control, IHtmlString
Constructors
RibbonCreater()
Initializes a new instance of the RibbonCreater class.
Declaration
public RibbonCreater()
RibbonCreater(Ribbon)
Initializes a new instance of the RibbonCreater class.
Declaration
public RibbonCreater(Ribbon ribbon)
Parameters
Type | Name | Description |
---|---|---|
Ribbon | ribbon | The ribbonModel. |
Properties
Model
Gets the model.
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object | The Model. |
Overrides
PluginName
Gets the name of the plugin.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String | The PluginName. |
Overrides
TagName
Gets the name of the tag.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String | The TagName. |
Overrides
Methods
CreateContainer(String)
Creates the container.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
Implements
System.Web.IHtmlString