Class DateTimePickerExtensions
This class represents extension methods and attached properties used by the DateTimePicker control.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public static class DateTimePickerExtensions
Fields
FocusContentOnOpenProperty
Gets the identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property.
Declaration
public static readonly DependencyProperty FocusContentOnOpenProperty
Field Value
System.Windows.DependencyProperty
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.Windows.DependencyObject
obj
The DropDownButton. |
Returns
System.Boolean
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.Windows.DependencyObject
obj
The DropDownButton. |
System.Boolean
value
A value that indicates whether the corresponding DropDownButton will auto-focus its content when opened. |