menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialMenuActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RadialMenuActionList

    Class for RadialMenuActionList.

    Inheritance
    System.Object
    SyncActionListBase<RadialMenu>
    RadialMenuActionList
    Inherited Members
    SyncActionListBase<RadialMenu>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<RadialMenu>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<RadialMenu>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<RadialMenu>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<RadialMenu>.Control
    SyncActionListBase<RadialMenu>.GetProperty(String)
    SyncActionListBase<RadialMenu>.GetSortedActionItems()
    SyncActionListBase<RadialMenu>.GetValue(String)
    SyncActionListBase<RadialMenu>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RadialMenuActionList : SyncActionListBase<RadialMenu>

    Constructors

    RadialMenuActionList(IComponent)

    Initializes a new instance of the RadialMenuActionList class.

    Declaration
    public RadialMenuActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Represents component

    Properties

    Items

    Gets or sets the items associated with the RadialMenu.

    Declaration
    public RadialMenuItemCollection Items { get; set; }
    Property Value
    Type
    RadialMenuItemCollection

    Name

    Gets or sets the Name.

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

    WedgeCount

    Gets sets the value for WedgeCount

    Declaration
    public int WedgeCount { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    InitializeActionList()

    Overridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.RadialMenu>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved