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


In This Topic
    Clear Property (CalendarCommands)
    In This Topic
    Represents the Clear command, which requests that calendar to clear selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Clear As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = CalendarCommands.Clear
    public static RoutedUICommand Clear {get;}

    Property Value

    The requested command. Default key gesture is F2.
    Remarks

    This command cannot be executed when GcDropDownCalendar doesn't have selection.

    This command is natively supported by GcDropDownCalendar.

    See Also