Skip to main content
Row

DataValidation.AllowBlank Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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