You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/editors/dateonlypicker/properties-events.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,40 +146,40 @@ Me.RadDateOnlyPicker1.NullText = "No date selected"
146
146
147
147
*__ArrowButton__: Gets an instance of RadArrowButtonElement.
148
148
149
-
*__CheckBox__: Gets an instance of RadCheckBoxElement.
149
+
*__CheckBox__: Gets an instance of RadCheckBoxElement.
150
150
151
-
*__CurrentBehavior__: Gets an instance of RadDateOnlyPickerCalendar.
151
+
*__CurrentBehavior__: Gets an instance of RadDateOnlyPickerCalendar.
152
152
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.
154
154
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.
156
156
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.
158
158
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.
160
160
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.
162
162
163
-
*__IsDropDownShown__: Gets if the dropdown is shown.
163
+
*__IsDropDownShown__: Gets if the dropdown is shown.
164
164
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.
166
166
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.
168
168
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.
170
170
171
171
> 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.
172
172
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__.
174
174
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.
176
176
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.
178
178
179
-
*__Calendar:__ Get nested RadCalendar in the popup part of the RadDateOnlyPicker.
179
+
*__Calendar__: Get nested RadCalendar in the popup part of the RadDateOnlyPicker.
180
180
181
181
182
-
## RadNotifyIcon's Events
182
+
## Events
183
183
184
184
|Event|Description|
185
185
|----|----|
@@ -200,4 +200,4 @@ Me.RadDateOnlyPicker1.NullText = "No date selected"
0 commit comments