WinForms

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

    Show / Hide Table of Contents

    Class TreeNavigatorActionList

    Tree navigator action list

    Inheritance
    System.Object
    SyncActionListBase<TreeNavigator>
    TreeNavigatorActionList
    Inherited Members
    SyncActionListBase<TreeNavigator>.GetProperty(String)
    SyncActionListBase<TreeNavigator>.SetValue(String, Object)
    SyncActionListBase<TreeNavigator>.GetValue(String)
    SyncActionListBase<TreeNavigator>.GetSortedActionItems()
    SyncActionListBase<TreeNavigator>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<TreeNavigator>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<TreeNavigator>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<TreeNavigator>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<TreeNavigator>.Control
    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 Description
    TreeMenuItemCollection

    Name

    Gets or sets Name.

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

    NavigationMode

    Gets /Sets the Navigation mode

    Declaration
    public NavigationMode NavigationMode { get; set; }
    Property Value
    Type Description
    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 - 2023 Syncfusion Inc. All Rights Reserved