ComponentOne TreeView for WinForms
C1TreeViewEditorType Enumeration

C1.Win.TreeView Namespace : C1TreeViewEditorType Enumeration
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
ColorPickerLike a C1ColorPicker
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

Reference

C1.Win.TreeView Namespace