menu

WinForms

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

    Show / Hide Table of Contents

    Class MultiColumnTreeViewActionList

    Represents a data for an action list of the MultiColumnTreeView.

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

    Constructors

    MultiColumnTreeViewActionList(IComponent)

    Initialize a new instance of the MultiColumnTreeViewActionList class.

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

    The component value.

    Properties

    Anchor

    Gets or sets the anchor style.

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

    Dock

    Gets or sets the dock.

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

    HotTracking

    Gets or sets a value indicating whether the nodes will have a hot tracked appearance when the mouse cursor is hovering over them.

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

    LabelEdit

    Gets or sets a value indicating whether the label text of the tree nodes can be edited.

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

    LeftImageList

    Gets or sets imagelist that holds images to be drawn on the left of the node.

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

    LoadOnDemand

    Gets or sets a value indicating whether the tree should follow the load-on-demand paradigm.

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

    Name

    Gets or sets the object name.

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

    OwnerDrawNodes

    Gets or sets a value indicating whether the and events will be fired before drawing a node.

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

    RightImageList

    Gets or sets imagelist that holds images to be drawn on the right of the node.

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

    ShowCheckBoxes

    Gets or sets value indicating whether checkboxes will be shown for the nodes.

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

    ShowLines

    Gets or sets a value indicating whether the tree lines are visible.

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

    ShowOptionButtons

    Gets or sets a value indicating whether the nodes will have an option button.

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

    ShowPlusMinus

    Gets or sets a value indicating whether the plus minus controls are visible.

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

    StateImageList

    Gets or sets imagelist that holds images to be drawn based on the state of the node.

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

    Methods

    EditNodes()

    Opens the NodeCollectionEditor dialog to edit the node collection.

    Declaration
    public void EditNodes()

    InitializeActionList()

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