From 024e5fa7e738bb2463b6876149e68e6d5b748a1b Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Wed, 11 Mar 2020 08:55:09 -0400 Subject: [PATCH] Updated DateTimeUpDown (markdown) --- DateTimeUpDown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DateTimeUpDown.md b/DateTimeUpDown.md index e556163..c54d1bf 100644 --- a/DateTimeUpDown.md +++ b/DateTimeUpDown.md @@ -47,7 +47,7 @@ If the available formats don't fit your needs you can create your own custom for | AllowTextInput | Determines if the editable part of the control can be edited. The editable part does not include buttons or spinners, it is typically the text part. | | 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 | Get 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 (e.g., FullDateTime, LongDate, etc.). | | FormatString | Gets or sets the display format to use when **Format** is set to **Custom** (e.g., "hh:mm tt"). |