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