menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeNavigatorActionList

    Tree navigator action list

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

    Constructors

    TreeNavigatorActionList(IComponent)

    Initializes a new instance of the CheckBoxAdvActionList class.

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

    Represents component

    Properties

    Items

    Gets or sets the value to the items of the TreeNavigator.

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

    Name

    Gets or sets Name.

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

    NavigationMode

    Gets /Sets the Navigation mode

    Declaration
    public NavigationMode NavigationMode { get; set; }
    Property Value
    Type
    NavigationMode

    Methods

    InitializeActionList()

    override

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