menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValidationModel - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValidationModel

    Inheritance
    System.Object
    ValidationModel
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public class ValidationModel

    Constructors

    ValidationModel()

    Declaration
    public ValidationModel()

    Properties

    IgnoreBlank

    Declaration
    public bool? IgnoreBlank { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    InCellDropDown

    Declaration
    public bool? InCellDropDown { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    Operator

    Declaration
    public SpreadsheetValidationOperator Operator { get; set; }
    Property Value
    Type
    SpreadsheetValidationOperator

    Type

    Declaration
    public SpreadsheetValidationType Type { get; set; }
    Property Value
    Type
    SpreadsheetValidationType

    Value1

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

    Value2

    Declaration
    public string Value2 { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved