Back to Devexpress

CalendarControlBase.NullDate Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-a4874f7a.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public virtual object NullDate { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Overridable Property NullDate As Object

Property Value

TypeDefaultDescription
Objectnull

The value regarded as the Null date.

|

See Also

ShowClearButton

EditValue

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace