TimeEditProperties.AllowNull Property
In This Article
Gets or sets a value that specifies whether the time editor allows a null value to be entered.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
If the AllowNull property is set to true
, end-users can enter a null value into the time editor by clearing its text.
When the editor’s value is null and the editor is not focused, a prompt text can be displayed by the editor. Use the TimeEditProperties.NullText property to specify the prompt text.
Note
The Allow
See Also