Skip to main content
A newer version of this page is available. .

XlDataValidationType Enum

Lists the types of data validation.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.1.Core.dll

Declaration

public enum XlDataValidationType

Members

Name Description
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.

Related API Members

The following properties accept/return XlDataValidationType values:

The following code snippets (auto-collected from DevExpress Examples) contain references to the XlDataValidationType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also