C# Class Controls.Toolkit.CalendarHeader

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: RedSafi-UX/SugarUIEnhancedControls Class Usage Examples

Public Properties

Property Type Description
MonthTitleProperty Windows.UI.Xaml.DependencyProperty
YearTitleProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
CalendarHeader ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
OnLeftButtonClick ( object sender, RoutedEventArgs e ) : void
OnRightButtonClick ( object sender, RoutedEventArgs e ) : void
btnLeft_Click ( object sender, RoutedEventArgs e ) : void
btnRight_Click ( object sender, RoutedEventArgs e ) : void

Method Details

CalendarHeader() public method

public CalendarHeader ( ) : System
return System

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Property Details

MonthTitleProperty public static property

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

YearTitleProperty public static property

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