Back to Devexpress

XlDataValidationType Enum

corelibraries-devexpress-dot-export-dot-xl-a7aef9d7.md

latest1.6 KB
Original Source

XlDataValidationType Enum

Lists the types of data validation.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlDataValidationType
vb
Public Enum XlDataValidationType

Members

NameDescription
None

No value conforms the validation criteria.

| | Whole |

Checks for whole numeric values conforming the given condition.

| | Decimal |

Checks for decimal values conforming the given condition.

| | List |

Checks the values that matches the list or certain values.

| | Date |

Checks for date values conforming the given condition.

| | Time |

Checks for time values conforming the given condition

| | TextLength |

Checks text values which lengths conforms the given condition.

| | Custom |

The data is validated by an arbitrary formula.

|

The following properties accept/return XlDataValidationType values:

Remarks

The XlDataValidation.Type property uses values listed by the XlDataValidationType enumeration.

See Also

DevExpress.Export.Xl Namespace