menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValidationEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValidationEventArgs

    Represents a class for validation events

    Inheritance
    System.Object
    ValidationEventArgs
    Namespace: Syncfusion.UI.Xaml.Controls.Data
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class ValidationEventArgs : Object

    Constructors

    ValidationEventArgs()

    Declaration
    public ValidationEventArgs()

    Properties

    ErrorMessage

    Gets or sets the error message

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type
    System.String

    HasError

    Gets or sets a value indicating whether true or false

    Declaration
    public bool HasError { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if instance is created ; otherwise, false.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved