menu

UWP

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

    Show / Hide Table of Contents

    Interface IDataValidation

    Represents an interface for the data validation

    Namespace: Syncfusion.UI.Xaml.Controls.Data
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public interface IDataValidation

    Properties

    Error

    Gets the Error data

    Declaration
    string Error { get; }
    Property Value
    Type
    System.String

    Item[String]

    Gets an instance of the control

    Declaration
    string this[string columnname] { get; }
    Parameters
    Type Name Description
    System.String columnname

    String type

    Property Value
    Type Description
    System.String

    Column name

    Extension Methods

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