Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / DialogType Enumeration

In This Topic
    DialogType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum DialogType 
       Inherits System.Enum
    public enum DialogType : System.Enum 
    Members
    MemberDescription
    Confirm 
    Prompt 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Input.DialogType

    See Also