C# Class Microsoft.Phone.Controls.DateTimePickerBase

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: Kinnara/WPToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
ClosePickerPage void
DateShouldFlowRTL bool
IsRTLLanguage bool
OnDateButtonClick void
OnFrameNavigated void
OnFrameNavigationStoppedOrFailed void
OnValueChanged void
OnValueChanged void
OnValueStringFormatChanged void
OnValueStringFormatChanged void
OpenPickerPage void
UpdateValueString void

Méthodes publiques

Méthode Description
DateTimePickerBase ( ) : System

Initializes a new instance of the DateTimePickerBase control.

OnApplyTemplate ( ) : void

Called when the control's Template is expanded.

Méthodes protégées

Méthode Description
OnValueChanged ( Microsoft.Phone.Controls.DateTimeValueChangedEventArgs e ) : void

Called when the value changes.

Private Methods

Méthode Description
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

Method Details

DateTimePickerBase() public méthode

Initializes a new instance of the DateTimePickerBase control.
public DateTimePickerBase ( ) : System
Résultat System

OnApplyTemplate() public méthode

Called when the control's Template is expanded.
public OnApplyTemplate ( ) : void
Résultat void

OnValueChanged() protected méthode

Called when the value changes.
protected OnValueChanged ( Microsoft.Phone.Controls.DateTimeValueChangedEventArgs e ) : void
e Microsoft.Phone.Controls.DateTimeValueChangedEventArgs The event data.
Résultat void

Property Details

HeaderProperty public_oe static_oe property

Identifies the Header DependencyProperty.
public static DependencyProperty,System.Windows HeaderProperty
Résultat System.Windows.DependencyProperty

HeaderTemplateProperty public_oe static_oe property

Identifies the HeaderTemplate DependencyProperty.
public static DependencyProperty,System.Windows HeaderTemplateProperty
Résultat System.Windows.DependencyProperty

PickerPageUriProperty public_oe static_oe property

Identifies the PickerPageUri DependencyProperty.
public static DependencyProperty,System.Windows PickerPageUriProperty
Résultat System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

Identifies the Value DependencyProperty.
public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty

ValueStringFormatProperty public_oe static_oe property

Identifies the ValueStringFormat DependencyProperty.
public static DependencyProperty,System.Windows ValueStringFormatProperty
Résultat System.Windows.DependencyProperty

ValueStringProperty public_oe static_oe property

Identifies the ValueString DependencyProperty.
public static DependencyProperty,System.Windows ValueStringProperty
Résultat System.Windows.DependencyProperty