menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileRadialMenuChildItem

    Inheritance
    System.Object
    MobileRadialMenuChildItem
    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.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileRadialMenuChildItem

    Constructors

    MobileRadialMenuChildItem()

    Declaration
    public MobileRadialMenuChildItem()

    Properties

    Enabled

    Gets or sets the enabled.

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

    enabled.

    Flat

    Gets or sets the flat.

    Declaration
    public MobileRadialFlatProperties Flat { get; set; }
    Property Value
    Type Description
    MobileRadialFlatProperties

    The flat.

    HtmlAttributes

    Gets or sets the HTML attributes.

    Declaration
    public string HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.String

    The HTML attributes.

    ImageName

    Gets or sets the name of the image.

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

    The name of the image.

    ImagePath

    Gets or sets the image path.

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

    The image path.

    ImageURL

    Gets or sets the image URL.

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

    The image URL.

    Touch

    Gets or sets the touch.

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

    The touch.

    Windows

    Gets or sets the windows.

    Declaration
    public MobileRadialWindowsProperties Windows { get; set; }
    Property Value
    Type Description
    MobileRadialWindowsProperties

    The windows.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved