menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class RadialMenuChildItemBuilder

    Represents a class for RadialMenuChildItemBuilder which includes radial child items of image URL, text, prepend to, and enabled properties.

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

    Constructors

    RadialMenuChildItemBuilder(RadialMenuChildItem)

    Declaration
    public RadialMenuChildItemBuilder(RadialMenuChildItem item)
    Parameters
    Type Name Description
    RadialMenuChildItem item

    Methods

    Click(String)

    Gets or sets click event mapping.

    Declaration
    public RadialMenuChildItemBuilder Click(string click)
    Parameters
    Type Name Description
    System.String click
    Returns
    Type Description
    RadialMenuChildItemBuilder

    Enabled(Boolean)

    Gets or sets enabled value.

    Declaration
    public RadialMenuChildItemBuilder Enabled(bool enabled)
    Parameters
    Type Name Description
    System.Boolean enabled
    Returns
    Type Description
    RadialMenuChildItemBuilder

    HtmlAttributes(String)

    Gets or sets htmlAttributes.

    Declaration
    public RadialMenuChildItemBuilder HtmlAttributes(string htmlAttributes)
    Parameters
    Type Name Description
    System.String htmlAttributes
    Returns
    Type Description
    RadialMenuChildItemBuilder

    ImageURL(String)

    Gets or sets imageUrl.

    Declaration
    public RadialMenuChildItemBuilder ImageURL(string imageURL)
    Parameters
    Type Name Description
    System.String imageURL
    Returns
    Type Description
    RadialMenuChildItemBuilder

    PrependTo(String)

    Gets or sets the prependTo.

    Declaration
    public RadialMenuChildItemBuilder PrependTo(string prependTo)
    Parameters
    Type Name Description
    System.String prependTo
    Returns
    Type Description
    RadialMenuChildItemBuilder

    Text(String)

    Gets or sets text.

    Declaration
    public RadialMenuChildItemBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text
    Returns
    Type Description
    RadialMenuChildItemBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved