Property | Type | Description | |
---|---|---|---|
CalendarButtonStyleProperty | |||
CalendarDayButtonStyleProperty | |||
CalendarItemStyleProperty | |||
DisplayDateEndProperty | |||
DisplayDateProperty | |||
DisplayDateStartProperty | |||
DisplayModeProperty | |||
FirstDayOfWeekProperty | |||
IsTodayHighlightedProperty | |||
SelectedDateProperty | |||
SelectionModeProperty |
Method | Description | |
---|---|---|
Calendar ( ) : System |
Initializes a new instance of the T:WinRTXamlToolkit.Controls.Calendar class.
|
|
ReplaceSelectedDatesCollection ( ObservableCollection |
||
ToString ( ) : string |
Provides a text representation of the selected date.
|
Method | Description | |
---|---|---|
OnApplyTemplate ( ) : void |
Builds the visual tree for the T:WinRTXamlToolkit.Controls.Calendar when a new template is applied.
|
|
OnCreateAutomationPeer ( ) : |
Returns a T:WinRTXamlToolkit.Automation.Peers.CalendarAutomationPeer for use by the Silverlight automation infrastructure. This method creates a new CalendarAutomationPeer instance if one has not been created for the control instance; otherwise, it returns the CalendarAutomationPeer previously created. Classes that participate in the Silverlight automation infrastructure must implement this method to return a class-specific derived class of AutomationPeer that reports information for automation behavior. |
|
OnPointerWheelChanged ( |
Default mouse wheel handler for the calendar control.
|
Method | Description | |
---|---|---|
AddSelection ( ) : void |
This method adds the days that were selected by Keyboard to the SelectedDays Collection.
|
|
Calendar_GotFocus ( object sender, |
Inherited code: Requires comment.
|
|
Calendar_KeyDown ( object sender, |
Inherited code: Requires comment.
|
|
Calendar_KeyUp ( object sender, |
Inherited code: Requires comment.
|
|
Calendar_LostFocus ( object sender, |
Inherited code: Requires comment.
|
|
Calendar_PointerReleased ( object sender, |
Inherited code: Requires comment.
|
|
Calendar_SizeChanged ( object sender, |
Inherited code: Requires comment.
|
|
EnsureCalendarButtonStyle ( |
Inherited code: Requires comment.
|
|
EnsureDayButtonStyle ( |
Inherited code: Requires comment.
|
|
EnsureMonthStyle ( |
Inherited code: Requires comment.
|
|
FindDayButtonFromDay ( DateTime day ) : |
Inherited code: Requires comment.
|
|
HighlightDays ( ) : void |
This method highlights the days in MultiSelection mode without adding them to the SelectedDates collection.
|
|
IsSelectionChanged ( |
Inherited code: Requires comment.
|
|
IsValidDateSelection ( |
Inherited code: Requires comment.
|
|
IsValidDisplayMode ( CalendarMode mode ) : bool |
Inherited code: Requires comment.
|
|
IsValidFirstDayOfWeek ( object value ) : bool |
Inherited code: Requires comment.
|
|
IsValidKeyboardSelection ( |
Inherited code: Requires comment.
|
|
IsValidSelectionMode ( object value ) : bool |
Inherited code: Requires comment.
|
|
OnCalendarButtonStyleChanged ( |
Inherited code: Requires comment.
|
|
OnCalendarDayButtonStyleChanged ( |
Inherited code: Requires comment.
|
|
OnCalendarItemStyleChanged ( |
Inherited code: Requires comment.
|
|
OnDayButtonMouseUp ( |
Inherited code: Requires comment.
|
|
OnDayClick ( DateTime selectedDate ) : void |
If the day is a trailing day, Update the DisplayDate.
|
|
OnDisplayDate ( |
Inherited code: Requires comment.
|
|
OnDisplayDateChanged ( |
DisplayDateProperty property changed handler.
|
|
OnDisplayDateEndChanged ( |
DisplayDateEndProperty property changed handler.
|
|
OnDisplayDateStartChanged ( |
DisplayDateStartProperty property changed handler.
|
|
OnDisplayModeChanged ( WinRTXamlToolkit.Controls.CalendarModeChangedEventArgs args ) : void |
Inherited code: Requires comment.
|
|
OnDisplayModePropertyChanged ( |
DisplayModeProperty property changed handler.
|
|
OnFirstDayOfWeekChanged ( |
FirstDayOfWeekProperty property changed handler.
|
|
OnHeaderClick ( ) : void |
Inherited code: Requires comment.
|
|
OnIsEnabledChanged ( object sender, |
Called when the IsEnabled property changes.
|
|
OnIsTodayHighlightedChanged ( |
IsTodayHighlightedProperty property changed handler.
|
|
OnMonthClick ( ) : void |
Inherited code: Requires comment.
|
|
OnNextClick ( ) : void |
Inherited code: Requires comment.
|
|
OnPreviousClick ( ) : void |
Inherited code: Requires comment.
|
|
OnSelectedDateChanged ( |
SelectedDateProperty property changed handler.
|
|
OnSelectedDatesCollectionChanged ( |
Inherited code: Requires comment.
|
|
OnSelectedMonthChanged ( DateTime selectedMonth ) : void |
Inherited code: Requires comment.
|
|
OnSelectedYearChanged ( DateTime selectedYear ) : void |
Inherited code: Requires comment.
|
|
OnSelectionModeChanged ( |
Inherited code: Requires comment.
|
|
ProcessCalendarKey ( |
Inherited code: Requires comment.
|
|
ProcessDownKey ( bool ctrl, bool shift ) : void |
Inherited code: Requires comment.
|
|
ProcessEndKey ( bool shift ) : void |
Inherited code: Requires comment.
|
|
ProcessEnterKey ( ) : bool |
Inherited code: Requires comment.
|
|
ProcessHomeKey ( bool shift ) : void |
Inherited code: Requires comment.
|
|
ProcessLeftKey ( bool shift ) : void |
Inherited code: Requires comment.
|
|
ProcessPageDownKey ( bool shift ) : void |
Inherited code: Requires comment.
|
|
ProcessPageUpKey ( bool shift ) : void |
Inherited code: Requires comment.
|
|
ProcessRightKey ( bool shift ) : void |
Inherited code: Requires comment.
|
|
ProcessSelection ( bool shift, DateTime lastSelectedDate, int index ) : void |
Inherited code: Requires comment.
|
|
ProcessShiftKeyUp ( ) : void |
Inherited code: Requires comment.
|
|
ProcessUpKey ( bool ctrl, bool shift ) : void |
Inherited code: Requires comment.
|
|
ResetStates ( ) : void |
Inherited code: Requires comment.
|
|
SelectedDateMax ( |
Inherited code: Requires comment.
|
|
SelectedDateMin ( |
Inherited code: Requires comment.
|
|
SortHoverIndexes ( int &startIndex, int &endIndex ) : void |
Inherited code: Requires comment.
|
|
UnHighlightDays ( ) : void |
This method un-highlights the days that were hovered over but not added to the SelectedDates collection or un-highlighted the previously selected days in SingleRange Mode.
|
|
UpdateDisplayDate ( |
Updates the display date.
|
|
UpdateMonths ( ) : void |
Inherited code: Requires comment.
|
protected OnCreateAutomationPeer ( ) : |
||
return |
protected OnPointerWheelChanged ( |
||
e | Mouse wheel event args. | |
return | void |
public ReplaceSelectedDatesCollection ( ObservableCollection |
||
selectedDates | ObservableCollection |
|
return | void |
public static DependencyProperty,Windows.UI.Xaml CalendarButtonStyleProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CalendarDayButtonStyleProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CalendarItemStyleProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DisplayDateEndProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DisplayDateProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DisplayDateStartProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DisplayModeProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FirstDayOfWeekProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml IsTodayHighlightedProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml SelectedDateProperty | ||
return |