Class RadialMenu
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RadialMenu : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
RadialMenu()
Declaration
public RadialMenu()
Properties
AutoOpen
To show the Radial in intial render.
Declaration
public bool AutoOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BackImageClass
Renders the back button Image for Radial using class.
Declaration
public string BackImageClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClientSideOnClick
Event triggers when the mouse up happens.
Declaration
public string ClientSideOnClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClientSideOnClose
Event triggers when the menu is closed.
Declaration
public string ClientSideOnClose { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClientSideOnCreate
Occurs before a RadialMenu control Create.
Declaration
public string ClientSideOnCreate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client side on create. |
ClientSideOnDestroy
Occurs when a RadialMenu control destroyed.
Declaration
public string ClientSideOnDestroy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client side on destroy. |
ClientSideOnOpen
Event triggers when the menu is opened.
Declaration
public string ClientSideOnOpen { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableAnimation
To enable Animation for Radial Menu.
Declaration
public bool EnableAnimation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ImageClass
Renders the Image for Radial using Class.
Declaration
public string ImageClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Items
Collection of top-level items.
Declaration
public List<RadialMenuItems> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RadialMenuItems> |
Model
Gets or sets the data's to the model .
Declaration
public RadialMenuProperties Model { get; set; }
Property Value
Type | Description |
---|---|
RadialMenuProperties |
Position
To set the X, Y position for Radial Menu to be dispalyed.
Declaration
[JsonProperty("position")]
public RadialMenuPosition Position { get; set; }
Property Value
Type | Description |
---|---|
RadialMenuPosition |
Radius
Specifies the radius of radial menu.
Declaration
public int Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TargetElementId
To show the Radial while clicking given target element.
Declaration
public string TargetElementId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
DependentScripts()
Get the dependent script for RadialMenu control
Declaration
public List<string> DependentScripts()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
GetDependentFiles()
Get the dependent files for RadialMenu control
Declaration
public override List<string> GetDependentFiles()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
LoadViewState(Object)
Restores view-state information from a previous page request.
Declaration
protected override void LoadViewState(object state)
Parameters
Type | Name | Description |
---|---|---|
System.Object | state |
Overrides
OnPreRender(EventArgs)
Modifying server controls before sending them to the client.
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
PostBackEventHandler(String, Dictionary<String, Object>)
Gets a value that indicates whether the page is being loaded in response to a postback.
Declaration
public override void PostBackEventHandler(string eventName, Dictionary<string, object> args)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventName | |
System.Collections.Generic.Dictionary<System.String, System.Object> | args |
Overrides
Render()
Render this instance
Declaration
public string Render()
Returns
Type | Description |
---|---|
System.String |
Render(HtmlTextWriter)
Render method for rendering control
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.HtmlTextWriter | writer |
Overrides
UpdateServerModel(Dictionary<String, Object>)
Maintaining viewstate model values on post back
Declaration
public override void UpdateServerModel(Dictionary<string, object> clientModel)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | clientModel |
Overrides
Events
Select
Triggered when the Radial Menu item is clicked.
Declaration
public event RadialMenu.RadialMenuEventHandler Select
Event Type
Type | Description |
---|---|
RadialMenu.RadialMenuEventHandler |