menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialMenuProperties

    Show / Hide Table of Contents

    Class RadialMenuProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RadialMenuPropertiesBase
    RadialMenuProperties
    Inherited Members
    RadialMenuPropertiesBase.Radius
    RadialMenuPropertiesBase.EnableAnimation
    RadialMenuPropertiesBase.Open
    RadialMenuPropertiesBase.Close
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class RadialMenuProperties : RadialMenuPropertiesBase

    Constructors

    RadialMenuProperties()

    Gets the RadialMenu properties

    Declaration
    public RadialMenuProperties()

    Properties

    AutoOpen

    To show the RadialMenu in initial render.

    Declaration
    [JsonProperty("autoOpen")]
    public bool AutoOpen { get; set; }
    Property Value
    Type Description
    System.Boolean

    BackImageClass

    Gets or sets the back image class.

    Declaration
    [JsonProperty("backImageClass")]
    public string BackImageClass { get; set; }
    Property Value
    Type Description
    System.String

    Click

    Event triggers when we click an item.

    Declaration
    [JsonProperty("click")]
    public string Click { get; set; }
    Property Value
    Type Description
    System.String

    HtmlAttributes

    Mapping Field for HtmlAttribute property.

    Declaration
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    ImageClass

    Gets or sets the image class.

    Declaration
    [JsonProperty("imageClass")]
    public string ImageClass { get; set; }
    Property Value
    Type Description
    System.String

    Items

    Gets or sets RadialMenuBaseItem list.

    Declaration
    [JsonProperty("items")]
    public List<RadialMenuBaseItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<RadialMenuBaseItem>

    Position

    To set radial render position.

    Declaration
    [JsonProperty("position")]
    public object Position { get; set; }
    Property Value
    Type Description
    System.Object

    Select

    The select property has been deprecated.Use close instead of select

    Declaration
    [Obsolete("The select property has been deprecated.Use close instead of select ")]
    [JsonProperty("select")]
    public string Select { get; set; }
    Property Value
    Type Description
    System.String

    TargetElementId

    To show the Radial while clicking given target element.

    Declaration
    [JsonProperty("targetElementId")]
    public string TargetElementId { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetControlDetails()

    Gets the control details

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()

    ShouldSerializeRadialMenuBaseItem()

    Declaration
    public bool ShouldSerializeRadialMenuBaseItem()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved