Class SpreadsheetValidation
Inheritance
System.Object
SpreadsheetValidation
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpreadsheetValidation : EJTagHelper
Constructors
SpreadsheetValidation()
Declaration
public SpreadsheetValidation()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IgnoreBlank
Specifies IgnoreBlank option in Data Validation.
Declaration
public bool IgnoreBlank { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InCellDropDown
Specifies InCellDropDown option in Data Validation.
Declaration
public bool InCellDropDown { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsHighlighted
specifies to allow Highlight Invalid Data.
Declaration
public bool IsHighlighted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Operator
Specifies Validation Operator.
Declaration
public ValidationOperator Operator { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Type
Specifies Validation Type.
Declaration
public ValidationType Type { get; set; }
Property Value
Value1
Specifies Validation Minimum Value.
Declaration
public string Value1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Value2
Specifies Validation Maximum Value.
Declaration
public string Value2 { get; set; }
Property Value
Type |
Description |
System.String |
|