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

XlDataValidation.Criteria1 Property

Gets or sets the value used in the criterion for data validation.

Namespace: DevExpress.Export.Xl

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

Declaration

public XlValueObject Criteria1 { get; set; }

Property Value

Type Description
DevExpress.Export.Xl.XlValueObject

A DevExpress.Export.Xl.XlValueObject object.

Remarks

The Criteria property content can be a constant, a formula, a worksheet cell or range or a list of series (comma separated values).

The Criteria value is used as one of the bounds used for the XlDataValidationOperator.Between and XlDataValidationOperator.NotBetween operators.

See Also