XlDataValidation.Type Property
Gets or sets the type of data validation.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlDataValidationType Type { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
One of the Xl |
Available values:
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 |
Text |
Checks text values which lengths conforms the given condition. |
Custom | The data is validated by an arbitrary formula. |
#Remarks
Note
The maximum length of a list used to specify the Xl