Class RadialMenu
The RadialMenu control is a context that represents the menu items are arranged in a circular order with a centric button element in it.
Implements
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class RadialMenu : Control, IHtmlString
Constructors
RadialMenu()
Initializes a new instance of the RadialMenu class by the specified id and the RadialMenu properties.
Declaration
public RadialMenu()
RadialMenu(String, RadialMenuProperties)
Initializes a new instance of the RadialMenu class by the specified id and the ProgressBar properties.
Declaration
public RadialMenu(string id, RadialMenuProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
RadialMenuProperties | propModel |
Properties
Model
Instance of control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the plugin name of the Radial Menu element as 'ejRadialMenu'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
RadialMenuModel
Gets and sets the RadialMenuModel.
Declaration
public RadialMenuProperties RadialMenuModel { get; set; }
Property Value
Type | Description |
---|---|
RadialMenuProperties |
TagName
Gets the tag name of the RadialMenu element as 'div'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Represents an HTML-encoded string of the RadialMenu control that should not be encoded again.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
CreateUnObtrusiveContainer(String)
Represents an HTML-encoded string of the FileExplorer control with directives.
Declaration
public override HtmlString CreateUnObtrusiveContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Represents an HTML element of the RadialMenu control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |