Class TreeNavigatorActionList
Tree navigator action list
Inherited Members
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()