Class
DateTimePickerExtensions

This class represents extension methods and attached properties used by the DateTimePicker control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public static class DateTimePickerExtensions

Inheritance: objectDateTimePickerExtensions

Fields

FocusContentOnOpenProperty

Gets the identifier for the Telerik.Windows.Controls.FocusOnOpen dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FocusContentOnOpenProperty

Field Value

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

cs-api-definition
public static bool GetFocusContentOnOpen(DependencyObject obj)

Parameters

obj

DependencyObject

The DropDownButton.

Returns

bool

A value that indicates whether the corresponding DropDownButton will auto-focus its content when opened.

SetFocusContentOnOpen(DependencyObject, bool)

Sets a value that indicates whether the corresponding DropDownButton will auto-focus its content when opened.

Declaration

cs-api-definition
public static void SetFocusContentOnOpen(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

The DropDownButton.

value

bool

A value that indicates whether the corresponding DropDownButton will auto-focus its content when opened.