TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeViewEditorType Enumeration

In This Topic
    C1TreeViewEditorType Enumeration
    In This Topic
    Determines the appearance of cells in C1TreeView before editing.
    Syntax
    'Declaration
     
    
    Public Enum C1TreeViewEditorType 
       Inherits System.Enum
    public enum C1TreeViewEditorType : System.Enum 
    Members
    MemberDescription
    CheckBoxLike a CheckBox
    ComboBoxLike a ComboBox
    DatePickerLike a DatePicker
    NumericEditLike a C1NumericEdit
    TextLike a TextBox
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TreeView.C1TreeViewEditorType

    See Also