menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewAdvImageListIndexUITypeEditor

    Represents an image list index editor of user interface (UI) in a MultiColumnTreeView.

    Inheritance
    System.Object
    DropDownUITypeEditor
    TreeViewAdvImageListIndexUITypeEditor
    LeftImageListUITypeEditor
    NodeStateImageListUITypeEditor
    RightImageListUITypeEditor
    StateImageListUITypeEditor
    Inherited Members
    DropDownUITypeEditor.Context
    DropDownUITypeEditor.EditValue(ITypeDescriptorContext, IServiceProvider, Object)
    DropDownUITypeEditor.GetEditStyle(ITypeDescriptorContext)
    DropDownUITypeEditor.ListBox
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeViewAdvImageListIndexUITypeEditor : DropDownUITypeEditor

    Constructors

    TreeViewAdvImageListIndexUITypeEditor(TreeViewAdvImageListIndexUITypeEditor.ImageListType)

    Initializes a new instance of the TreeViewAdvImageListIndexUITypeEditor class.

    Declaration
    protected TreeViewAdvImageListIndexUITypeEditor(TreeViewAdvImageListIndexUITypeEditor.ImageListType type)
    Parameters
    Type Name Description
    TreeViewAdvImageListIndexUITypeEditor.ImageListType type

    Type of list to use.

    Properties

    TreeColumn

    Declaration
    protected TreeColumnAdv TreeColumn { get; }
    Property Value
    Type
    TreeColumnAdv

    TreeNode

    Declaration
    protected TreeNodeAdv TreeNode { get; }
    Property Value
    Type
    TreeNodeAdv

    TreeNodeSubItem

    Declaration
    protected TreeNodeAdvSubItem TreeNodeSubItem { get; }
    Property Value
    Type
    TreeNodeAdvSubItem

    TreeView

    Declaration
    protected MultiColumnTreeView TreeView { get; }
    Property Value
    Type
    MultiColumnTreeView

    Methods

    GetListItemsCollection()

    Method return array of items that will be added as items into ListBox. User have to select value from this array for property.

    Declaration
    protected override object[] GetListItemsCollection()
    Returns
    Type Description
    System.Object[]

    Array of values.

    Overrides
    DropDownUITypeEditor.GetListItemsCollection()

    GetSelectionIndex(Object)

    On startup detect what item is selected and return its order index.

    Declaration
    protected override int GetSelectionIndex(object value)
    Parameters
    Type Name Description
    System.Object value

    Selection Index value

    Returns
    Type Description
    System.Int32

    Selected item from DropDown list.

    Overrides
    DropDownUITypeEditor.GetSelectionIndex(Object)

    GetSelectionValue(Int32)

    Method return by order index real value that have to be stored as property value.

    Declaration
    protected override object GetSelectionValue(int index)
    Parameters
    Type Name Description
    System.Int32 index

    selected item from list

    Returns
    Type Description
    System.Object

    corresponding value that index.

    Overrides
    DropDownUITypeEditor.GetSelectionValue(Int32)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved