Class DateTimePickerExtensions
This class represents extension methods and attached properties used by the DateTimePicker control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class DateTimePickerExtensions : Object
Fields
FocusContentOnOpenProperty
Gets the identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property.
Declaration
public static readonly DependencyProperty FocusContentOnOpenProperty
Field Value
System. The identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property. |
Methods
GetFocusContentOnOpen(DependencyObject)
Gets a value that indicates whether the corresponding DropDownButton will auto-focus its content when opened.
Declaration
public static bool GetFocusContentOnOpen(DependencyObject obj)
Parameters
System. The DropDownButton. |
Returns
System. A value that indicates whether the corresponding DropDownButton will auto-focus its content when opened. |
SetFocusContentOnOpen(DependencyObject, Boolean)
Sets a value that indicates whether the corresponding DropDownButton will auto-focus its content when opened.
Declaration
public static void SetFocusContentOnOpen(DependencyObject obj, bool value)
Parameters
System. The DropDownButton. |
System. A value that indicates whether the corresponding DropDownButton will auto-focus its content when opened. |