[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarCommands.ZoomIn

ZoomIn Property

ZoomIn

Represents the ZoomIn command, which requests that calendar to show lower calendar mode.

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

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

Remarks

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.