[]
Represents the ZoomOut command, which requests that calendar to show upper calendar mode.
public static RoutedUICommand ZoomOut { get; }
Public Shared ReadOnly Property ZoomOut As RoutedUICommand
Type | Description |
---|---|
RoutedUICommand | The requested command. Default key gesture is Ctrl+Up. |
If the GcDropDownCalendar is in Month display mode, this command requests the control to show Year display mode; if in Year display mode, it requests the control to show Decade display mode. If the GcDropDownCalendar is in Decade display mode, this command will be ignored.
This command is natively supported by GcDropDownCalendar.