menu

Class ErrorType - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorType

    Specifies the type of error for a MaskedTextBox.

    Inheritance
    System.Object
    ErrorType
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public sealed class ErrorType : Enum

    Fields

    Critical

    Critical error icon.

    Declaration
    public const ErrorType Critical
    Field Value
    Type
    ErrorType

    Custom

    Custom error icon.

    Declaration
    public const ErrorType Custom
    Field Value
    Type
    ErrorType

    Default

    Default error icon.

    Declaration
    public const ErrorType Default
    Field Value
    Type
    ErrorType

    Information

    Information error icon.

    Declaration
    public const ErrorType Information
    Field Value
    Type
    ErrorType

    None

    Error icon not shown.

    Declaration
    public const ErrorType None
    Field Value
    Type
    ErrorType

    Success

    Success error icon.

    Declaration
    public const ErrorType Success
    Field Value
    Type
    ErrorType

    Warning

    Warning error icon.

    Declaration
    public const ErrorType Warning
    Field Value
    Type
    ErrorType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved