menu

WinForms

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

    Show / Hide Table of Contents

    Class BaseStyleSelectorUITypeEditor

    Represents a base style selector of user interface (UI) type editor in the MultiColumnTreeView.

    Inheritance
    System.Object
    DropDownUITypeEditor
    BaseStyleSelectorUITypeEditor
    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 BaseStyleSelectorUITypeEditor : DropDownUITypeEditor

    Constructors

    BaseStyleSelectorUITypeEditor()

    Declaration
    public BaseStyleSelectorUITypeEditor()

    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