WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / EditorsType Enumeration
In This Topic
    EditorsType Enumeration
    In This Topic
    Defines the editors type.
    Syntax
    public enum EditorsType : System.Enum 
    Members
    MemberDescription
    SpinEditorThe editor that contains a text editor and a pair of spin buttons that a user can click to adjust a value.
    TextBoxThe editor like a textbox.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.DataFilter.EditorsType

    See Also