menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvActionList

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

    Constructors

    TreeViewAdvActionList(IComponent)

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

    Properties

    Anchor

    Declaration
    public AnchorStyles Anchor { get; set; }
    Property Value
    Type
    System.Windows.Forms.AnchorStyles

    Dock

    Declaration
    public DockStyle Dock { get; set; }
    Property Value
    Type
    System.Windows.Forms.DockStyle

    HotTracking

    Declaration
    public bool HotTracking { get; set; }
    Property Value
    Type
    System.Boolean

    LabelEdit

    Declaration
    public bool LabelEdit { get; set; }
    Property Value
    Type
    System.Boolean

    LeftImageList

    Declaration
    public ImageList LeftImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    LoadOnDemand

    Declaration
    public bool LoadOnDemand { get; set; }
    Property Value
    Type
    System.Boolean

    Name

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

    OwnerDrawNodes

    Declaration
    public bool OwnerDrawNodes { get; set; }
    Property Value
    Type
    System.Boolean

    RightImageList

    Declaration
    public ImageList RightImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    ShowCheckBoxes

    Declaration
    public bool ShowCheckBoxes { get; set; }
    Property Value
    Type
    System.Boolean

    ShowLines

    Declaration
    public bool ShowLines { get; set; }
    Property Value
    Type
    System.Boolean

    ShowOptionButtons

    Declaration
    public bool ShowOptionButtons { get; set; }
    Property Value
    Type
    System.Boolean

    ShowPlusMinus

    Declaration
    public bool ShowPlusMinus { get; set; }
    Property Value
    Type
    System.Boolean

    StateImageList

    Declaration
    public ImageList StateImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    Methods

    EditNodes()

    Declaration
    public void EditNodes()

    InitializeActionList()

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