From 3e45ba8d18dcd407a5a7d4d8204d51e885970436 Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Wed, 11 Mar 2020 08:57:35 -0400 Subject: [PATCH] Updated DateTimePicker (markdown) --- DateTimePicker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DateTimePicker.md b/DateTimePicker.md index e0e863c..e1dd935 100644 --- a/DateTimePicker.md +++ b/DateTimePicker.md @@ -12,7 +12,7 @@ Get the best of both worlds: The user can increment or decrement the DateTime us | AutoCloseCalendar | Gets or sets if the Calendar should close on a selection. | | ClipValueToMinMax | Gets or sets if the value should be clipped when minimum/maximum is reached. (Inherited from UpDownBase) | | CultureInfo | Gets or sets the current CultureInfo. (Inherited from InputBase) | -| DefaultValue | Gets or sets the value to use when the **Value** is null and an increment/decrement operation is performed. (Inherited from UpDownBase) | +| DefaultValue | Gets or sets the value to use when the **Text** is null or empty. (Inherited from UpDownBase) | | DisplayDefaultValueOnEmptyText | Gets or sets if the **DefaultValue** should be displayed when the **Text** is empty. (Inherited from UpDownBase) | | Format | Gets or sets a DateTimeFormat value representing the format to be used (FullDateTime, LongDate, etc.). (Inherited from DateTimeUpDown) | | FormatString | Gets or sets the display format to use when **Format** is set to Custom (e.g., "hh:mm tt") (Inherited from DateTimeUpDown) |