C# Класс Microsoft.Phone.Controls.DateTimePickerBase

Наследование: System.Windows.Controls.Control
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
HeaderProperty System.Windows.DependencyProperty
HeaderTemplateProperty System.Windows.DependencyProperty
PickerPageUriProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty
ValueStringFormatProperty System.Windows.DependencyProperty
ValueStringProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
ClosePickerPage void
DateShouldFlowRTL bool
IsRTLLanguage bool
OnDateButtonClick void
OnFrameNavigated void
OnFrameNavigationStoppedOrFailed void
OnValueChanged void
OnValueChanged void
OnValueStringFormatChanged void
OnValueStringFormatChanged void
OpenPickerPage void
UpdateValueString void

Открытые методы

Метод Описание
DateTimePickerBase ( ) : System

Initializes a new instance of the DateTimePickerBase control.

OnApplyTemplate ( ) : void

Called when the control's Template is expanded.

Защищенные методы

Метод Описание
OnValueChanged ( Microsoft.Phone.Controls.DateTimeValueChangedEventArgs e ) : void

Called when the value changes.

Приватные методы

Метод Описание
ClosePickerPage ( ) : void
DateShouldFlowRTL ( ) : bool

Date should flow from right to left for arabic and persian.

IsRTLLanguage ( ) : bool

Returns true if the current language is RTL.

OnDateButtonClick ( object sender, RoutedEventArgs e ) : void
OnFrameNavigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
OnFrameNavigationStoppedOrFailed ( object sender, EventArgs e ) : void
OnValueChanged ( System.DateTime oldValue, System.DateTime newValue ) : void
OnValueChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnValueStringFormatChanged ( ) : void
OnValueStringFormatChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OpenPickerPage ( ) : void
UpdateValueString ( ) : void

Описание методов

DateTimePickerBase() публичный Метод

Initializes a new instance of the DateTimePickerBase control.
public DateTimePickerBase ( ) : System
Результат System

OnApplyTemplate() публичный Метод

Called when the control's Template is expanded.
public OnApplyTemplate ( ) : void
Результат void

OnValueChanged() защищенный Метод

Called when the value changes.
protected OnValueChanged ( Microsoft.Phone.Controls.DateTimeValueChangedEventArgs e ) : void
e Microsoft.Phone.Controls.DateTimeValueChangedEventArgs The event data.
Результат void

Описание свойств

HeaderProperty публичное статическое свойство

Identifies the Header DependencyProperty.
public static DependencyProperty,System.Windows HeaderProperty
Результат System.Windows.DependencyProperty

HeaderTemplateProperty публичное статическое свойство

Identifies the HeaderTemplate DependencyProperty.
public static DependencyProperty,System.Windows HeaderTemplateProperty
Результат System.Windows.DependencyProperty

PickerPageUriProperty публичное статическое свойство

Identifies the PickerPageUri DependencyProperty.
public static DependencyProperty,System.Windows PickerPageUriProperty
Результат System.Windows.DependencyProperty

ValueProperty публичное статическое свойство

Identifies the Value DependencyProperty.
public static DependencyProperty,System.Windows ValueProperty
Результат System.Windows.DependencyProperty

ValueStringFormatProperty публичное статическое свойство

Identifies the ValueStringFormat DependencyProperty.
public static DependencyProperty,System.Windows ValueStringFormatProperty
Результат System.Windows.DependencyProperty

ValueStringProperty публичное статическое свойство

Identifies the ValueString DependencyProperty.
public static DependencyProperty,System.Windows ValueStringProperty
Результат System.Windows.DependencyProperty