Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / EditorsType Enumeration

In This Topic
    EditorsType Enumeration
    In This Topic
    Defines the editors type.
    Syntax
    'Declaration
     
    
    Public Enum EditorsType 
       Inherits System.Enum
    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.Blazor.DataFilter.EditorsType

    See Also