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

In This Topic
    CalendarCommands Class Members
    In This Topic

    The following tables list the members exposed by CalendarCommands.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Represents the Clear command, which requests that calendar to clear selection.  
    Public Propertystatic (Shared in Visual Basic)Represents the MoveToEnd command, which requests that calendar to move focus date to the end of last item in the current view of the calendar.  
    Public Propertystatic (Shared in Visual Basic)Represents the MoveToNext command, which requests that calendar to show next calendar dates.  
    Public Propertystatic (Shared in Visual Basic)Represents the MoveToPrevious command, which requests that calendar to show previous calendar dates.  
    Public Propertystatic (Shared in Visual Basic)Represents the MoveToStart command, which requests that calendar to move focus date to the start of first item in the current view of the calendar.  
    Public Propertystatic (Shared in Visual Basic)Represents the MoveToToday command, which requests that calendar to move focus and selected date to System.DateTime.Today.  
    Public Propertystatic (Shared in Visual Basic)Represents the ZoomIn command, which requests that calendar to show lower calendar mode.  
    Public Propertystatic (Shared in Visual Basic)Represents the ZoomOut command, which requests that calendar to show upper calendar mode.  
    Top
    See Also