Skip to content

Commit 1b57b26

Browse files
committed
Small updates
1 parent 76bcd7d commit 1b57b26

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ navigation:
620620
title: Customizing Appearance
621621
position: 9
622622
controls/editors/dateonlypicker:
623-
title: DateOnlyPicker(.NET Only)
623+
title: DateOnlyPicker (.NET Only)
624624
position: 11
625625
controls/editors/dateonlypicker/features/internationalization:
626626
title: Internationalization
@@ -634,7 +634,7 @@ navigation:
634634
title: Customzing Appearance
635635
position: 10
636636
controls/editors/timeonlypicker:
637-
title: TimeOnlyPicker(.NET Only)
637+
title: TimeOnlyPicker (.NET Only)
638638
position: 12
639639
controls/editors/timeonlypicker/customizing-appearance:
640640
title: Customzing Appearance
@@ -1888,7 +1888,7 @@ intro_columns:
18881888
"CheckedDropDownList": "winforms/dropdown-listcontrol-and-checkeddropdownlist/checkeddropdownlist"
18891889
"Clock": "winforms/clock"
18901890
"ColorBox": "winforms/editors/colorbox"
1891-
"DateOnlyPicker": "editors-dateonlypicker-overview"
1891+
"DateOnlyPicker (.NET Only)": "editors-dateonlypicker-overview"
18921892
"DateTimePicker": "winforms/editors/datetimepicker"
18931893
"DomainUpDown": "winforms/editors/domainupdown/overview"
18941894
"DropDownList": "winforms/dropdown-listcontrol-and-checkeddropdownlist/dropdownlist"
@@ -1899,7 +1899,7 @@ intro_columns:
18991899
"SpinEditor": "winforms/editors/spineditor"
19001900
"Spreadsheet": "radspreadsheet-overview"
19011901
"TextBox": "winforms/editors/textbox"
1902-
"TimeOnlyPicker": "editors-timeonlypicker-overview"
1902+
"TimeOnlyPicker (.NET Only)": "editors-timeonlypicker-overview"
19031903
"TimePicker": "winforms/editors/timepicker"
19041904
"TimeSpanPicker": "radtimespanpicker-overview"
19051905
"SyntaxEditor": "syntax-editor-overview"

controls/editors/dateonlypicker/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ position: 0
99
CTAControlName: DateOnlyPicker
1010
---
1111

12-
# WinForms DateOnlyPicker Net Core Overview
12+
# WinForms DateOnlyPicker Overview
1313

1414

15-
__RadDateOnlyPicker__ control for WinForms in .NET Core (or .NET 6/7/8 etc.) would serve as a specialized date picker that exclusively deals with __DateOnly__ objects instead of DateTime. In .NET, __DateOnly__ is a new struct introduced to represent dates without time, which is especially useful in applications like scheduling, reporting, or any scenario where only the date is relevant.
15+
__RadDateOnlyPicker__ control for WinForms in .NET (.NET 6/7/8/9 and later) would serve as a specialized date picker that exclusively deals with __DateOnly__ objects instead of DateTime. In .NET, __DateOnly__ is a new struct introduced to represent dates without time, which is especially useful in applications like scheduling, reporting, or any scenario where only the date is relevant.
1616

1717
{% if site.has_cta_panels == true %}
1818
{% include cta-panel-overview.html %}

controls/editors/timeonlypicker/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CTAControlName: TimeOnlyPicker
1111

1212
# WinForms TimeOnlyPicker Overview
1313

14-
The __RadTimeOnlyPicker__ control, designed specifically for handling __TimeOnly__ values in .NET Core, enables users to enter or select time values easily. It features an editable area for direct time entry and a dropdown with a __RadClock__ for hour and minute selection, supporting null values, 12- and 24-hour formats based on culture settings, and customizable formatting. This makes it ideal for applications that require precise time management without date components.
14+
The __RadTimeOnlyPicker__ control, designed specifically for handling __TimeOnly__ values in .NET (.NET 6/7/8/9 and later), enables users to enter or select __TimeOnly__ values easily. It features an editable area for direct time entry and a dropdown with a __RadClock__ for hour and minute selection, supporting null values, 12- and 24-hour formats based on culture settings, and customizable formatting. This makes it ideal for applications that require precise time management without date components.
1515

1616
{% if site.has_cta_panels == true %}
1717
{% include cta-panel-overview.html %}
@@ -27,6 +27,7 @@ The __RadTimeOnlyPicker__ control, designed specifically for handling __TimeOnly
2727

2828

2929
## Telerik UI for WinForms Learning Resources
30+
* [Get Started with the Telerik UI for WinForms TimeOnlyPicker]({%slug editors-timeonlypicker-getting-started%})
3031
* [Telerik UI for WinForms API Reference](https://docs.telerik.com/devtools/winforms/api/)
3132
* [Getting Started with Telerik UI for WinForms Components]({%slug winforms/getting-started/first-steps%})
3233
* [Telerik UI for WinForms Virtual Classroom (Training Courses for Registered Users)](https://learn.telerik.com/learn/course/external/view/elearning/17/TelerikUIforWinForms)

controls/editors/timepicker/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ This tutorial will demonstrate how to get started with __RadTimePicker__ control
2727

2828
* Set the __ClockPosition__ property to *ClockAboveTables* to display the clock on the top of the popup.
2929

30-
* Set the __CloseButtonText__ to some string – *“Close window”*
31-
3230
* If needed you can set the __NullText__ property this is the text which will be displayed in the control value is *null*
3331

3432
Here is how the control will look like, after the modifications:

0 commit comments

Comments
 (0)