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

CalendarControlBase.NullDate Property

Gets or sets the date assigned to the CalendarControlBase.DateTime property when the Clear button is clicked, or when the CalendarControlBase.EditValue property is set to null or any value that cannot be converted to the DateTime type.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(null)]
public virtual object NullDate { get; set; }

Property Value

Type Default Description
Object *null*

The value regarded as the Null date.

See Also