Skip to content

Commit 5abcde1

Browse files
authored
Merge pull request #707 from telerik/nade7o-patch-4
Update properties-events.md
2 parents 93b817c + 775e20e commit 5abcde1

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

controls/editors/dateonlypicker/properties-events.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -146,40 +146,40 @@ Me.RadDateOnlyPicker1.NullText = "No date selected"
146146

147147
* __ArrowButton__: Gets an instance of RadArrowButtonElement.
148148

149-
*__CheckBox__: Gets an instance of RadCheckBoxElement.
149+
* __CheckBox__: Gets an instance of RadCheckBoxElement.
150150

151-
*__CurrentBehavior__: Gets an instance of RadDateOnlyPickerCalendar.
151+
* __CurrentBehavior__: Gets an instance of RadDateOnlyPickerCalendar.
152152

153-
*__AutoSelectNextPart__: This property controls whether or not the next date part will be automatically selected when the user types.
153+
* __AutoSelectNextPart__: This property controls whether or not the next date part will be automatically selected when the user types.
154154

155-
*__ReadOnly__: Gets or sets a value indicating whether RadDateOnlyPicker is read-only.
155+
* __ReadOnly__: Gets or sets a value indicating whether RadDateOnlyPicker is read-only.
156156

157-
*__ShowUpDown__: Indicates whether a spin box rather than a drop down calendar is displayed for editing the control's value.
157+
* __ShowUpDown__: Indicates whether a spin box rather than a drop down calendar is displayed for editing the control's value.
158158

159-
* __Culture:__ Determines the language that the drop down calendar and text box will display.  See the [Internationalization]({%slug editors-dateonlypicker-internationalization%}) and [Date Formats]({%slug editors-dateonlypicker-features-date-formats%}) topic for more information.
159+
* __Culture__: Determines the language that the drop down calendar and text box will display.  See the [Internationalization]({%slug editors-dateonlypicker-internationalization%}) and [Date Formats]({%slug editors-dateonlypicker-features-date-formats%}) topic for more information.
160160

161-
*__NullDate__: The DateOnly value assigned to the date picker when the Value is null.
161+
* __NullDate__: The DateOnly value assigned to the date picker when the Value is null.
162162

163-
*__IsDropDownShown__: Gets if the dropdown is shown.
163+
* __IsDropDownShown__: Gets if the dropdown is shown.
164164

165-
*__Checked__: When ShowCheckBox is true, determines that the user has selected a value.
165+
* __Checked__: When ShowCheckBox is true, determines that the user has selected a value.
166166

167-
*__CustomFormat:__ A format string that determines the display of the date in the picker edit. See the [Internationalization]({%slug editors-dateonlypicker-internationalization%}) and [Date Formats]({%slug editors-dateonlypicker-features-date-formats%}) topic for more information.
167+
* __CustomFormat:__ A format string that determines the display of the date in the picker edit. See the [Internationalization]({%slug editors-dateonlypicker-internationalization%}) and [Date Formats]({%slug editors-dateonlypicker-features-date-formats%}) topic for more information.
168168

169-
* __Format:__ The __DateOnlyPickerFormat__ enumeration values are __Long__, __Short__, __Time__ and __Custom__. Set __Format__ to __Custom__ to enable the __CustomFormat__ property.
169+
* __Format__: The __DateOnlyPickerFormat__ enumeration values are __Long__, __Short__, __Time__ and __Custom__. Set __Format__ to __Custom__ to enable the __CustomFormat__ property.
170170

171171
> The __Time__ option of the __DateTimePickerFormat__ enumeration is not applicable for the RadDateOnlyPicker control. The __Time__ option will be ignored when set to the RadDateOnlyPicker control Format property.
172172
173-
* __ThemeName:__ Sets the overall look of the control. Choose from a list of predefined themes or create your own using the __Visual Style Builder__ available from the RadDateOnlyPicker's __Smart Tag__.
173+
* __ThemeName__: Sets the overall look of the control. Choose from a list of predefined themes or create your own using the __Visual Style Builder__ available from the RadDateOnlyPicker's __Smart Tag__.
174174

175-
* __CalendarSize:__ Gets or sets the size of the **RadCalendar** in the **RadDateOnlyPicker** drop-down.
175+
* __CalendarSize__: Gets or sets the size of the **RadCalendar** in the **RadDateOnlyPicker** drop-down.
176176

177-
* __CalendarLocation:__ Gets or sets the location of the drop down showing the calendar.
177+
* __CalendarLocation__: Gets or sets the location of the drop down showing the calendar.
178178

179-
* __Calendar:__ Get nested RadCalendar in the popup part of the RadDateOnlyPicker.
179+
* __Calendar__: Get nested RadCalendar in the popup part of the RadDateOnlyPicker.
180180

181181

182-
## RadNotifyIcon's Events
182+
## Events
183183

184184
|Event|Description|
185185
|----|----|
@@ -200,4 +200,4 @@ Me.RadDateOnlyPicker1.NullText = "No date selected"
200200

201201
* [Design Time]({%slug editors-dateonlypicker-design-time%})
202202
* [MaskDateTimeProvider]({%slug winforms/editors/maskeddatetimeprovider%})
203-
* [Structure]({%slug editors-dateonlypicker-structure%})
203+
* [Structure]({%slug editors-dateonlypicker-structure%})

0 commit comments

Comments
 (0)