C# Class CodeValue.SuiteValue.UI.Metro.Controls.DatePicker

Inheritance: Windows.UI.Xaml.Controls.Control, INotifyPropertyChanged
Datei anzeigen Open project: arielbh/SuiteValue.UI.Metro

Public Properties

Property Type Description
MonthsNames string[]
OrientationProperty Windows.UI.Xaml.DependencyProperty
ShortMonthsNames string[]
ValueProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Current_SizeChanged ( object sender, Windows e ) : void
DatePicker ( ) : System
DatePicker_Unloaded ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
OnValueChanged ( ValueChangedEventArgs e ) : void
OrientationChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
UpdateByDateTime ( System.DateTime date ) : void
UpdateToValue ( ) : void
UpdateValue ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

Current_SizeChanged() public method

public Current_SizeChanged ( object sender, Windows e ) : void
sender object
e Windows
return void

DatePicker() public method

public DatePicker ( ) : System
return System

DatePicker_Unloaded() public method

public DatePicker_Unloaded ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
return void

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Property Details

MonthsNames public_oe property

public string[] MonthsNames
return string[]

OrientationProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml OrientationProperty
return Windows.UI.Xaml.DependencyProperty

ShortMonthsNames public_oe property

public string[] ShortMonthsNames
return string[]

ValueProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ValueProperty
return Windows.UI.Xaml.DependencyProperty