MindFusion.Wpf Pack Programmer's Guide
ValidationType Enumeration
See Also
 





Specifies the type of data validation.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum ValidationType

Visual Basic  Copy Code

Public Enum ValidationType

 Members

  Member name Description

AllValues

Indicates that there are no limitations.

Date

Indicates all dates corresponding to the condition.

Decimal

Indicates all numbers corresponding to the condition.

List

Indicates all values matching a predefined list of values.

Text

Indicates all text values corresponding to the condition.

TextLength

Indicates validation based on the length of the entered text.

Time

Indicates all times corresponding to the condition.

WholeNumber

Indicates only whole numbers corresponding to the condition.

 Remarks

Members of this enumeration can be assigned to the Type property of IValidation instances.

 See Also

MindFusion.Spreadsheet.Wpf Namespace