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

DataValidation.AllowBlank Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool AllowBlank { get; set; }

Property Value

Type Description
Boolean

true, means that empty cells do not violate validation rules; otherwise, false. Default is true.

See Also