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

XlDataValidation.AllowBlank Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool AllowBlank { get; set; }

Property Value

Type Description
Boolean

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

See Also