Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarCommands Class / ZoomIn Property


In This Topic
    ZoomIn Property
    In This Topic
    Represents the ZoomIn command, which requests that calendar to show lower calendar mode.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property ZoomIn As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = CalendarCommands.ZoomIn
    public static RoutedUICommand ZoomIn {get;}

    Property Value

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

    If the GcDropDownCalendar is in CalendarMode.Decade display mode, this command requests the control to show CalendarMode.Year display mode; if in Year display mode, it requests the control to show CalendarMode.Month display mode. If the GcDropDownCalendar is in Month display mode, this command will be ignored.

    This command is natively supported by GcDropDownCalendar.

    See Also