DataValidation.AllowBlank Property
In This Article
Gets or sets whether the data validation treats empty or blank entries as valid.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, means that empty cells do not violate validation rules; otherwise, false. Default is true. |
See Also