[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarCommands.ZoomOut

ZoomOut Property

ZoomOut

Represents the ZoomOut command, which requests that calendar to show upper calendar mode.

Declaration
public static RoutedUICommand ZoomOut { get; }
Public Shared ReadOnly Property ZoomOut As RoutedUICommand
Property Value
Type Description
RoutedUICommand

The requested command. Default key gesture is Ctrl+Up.

Remarks

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.