Skip to main content

XlDataValidation.AllowBlank Property

Gets or sets whether the data validation treats empty or blank entries as valid.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool AllowBlank { get; set; }

Property Value

Type Description
Boolean

true, to define empty cells as valid; otherwise, false.

See Also