Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.Controls Assembly / Xceed.Wpf.Controls Namespace / DatePickerCommands Class
Members


In This Topic
    DatePickerCommands Class
    In This Topic
    Provides a set of commands that can be used to change the selected and displayed dates in the DatePicker control.
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class DatePickerCommands 
    'Usage
     
    Dim instance As DatePickerCommands
    public static class DatePickerCommands 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Controls.DatePickerCommands

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the ChangeDisplayedMonth command, which requests that the currently displayed month be changed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the ChangeDisplayedYear command, which requests that the currently displayed year be changed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the ChangeSelectedDay command, which requests that the selected day be changed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the ChangeSelectedMonth command, which requests that the selected month be changed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the ChangeWeek command, which requests that the current week be changed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the ChangeSelectedYear command, which requests that the selected year be changed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the DisplayNextMonth command, which requests that the next month be displayed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the DisplayNextYear command, which requests that the next year be displayed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the DisplayPreviousMonth command, which requests that the previous month be displayed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the DisplayPreviousYear command, which requests that the previous year be displayed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the DisplayToday command, which requests that the present date ("Today") be displayed.  
    Public Fieldstatic (Shared in Visual Basic)Represents the SelectNextDay command, which requests that the next day be selected.  
    Public Fieldstatic (Shared in Visual Basic)Represents the SelectNextMonth command, which requests that the same day in the next month be selected.  
    Public Fieldstatic (Shared in Visual Basic)Represents the SelectNextWeek command, which requests that the same day in the next week be selected.  
    Public Fieldstatic (Shared in Visual Basic)Represents that SelectNextYear command, which requests that the same day in the next year be selected.  
    Public Fieldstatic (Shared in Visual Basic)Represents the SelectPreviousDay command, which requests that the previous day be selected.  
    Public Fieldstatic (Shared in Visual Basic)Represents the SelectPreviousMonth command, which requests that the same day in the previous month be selected.  
    Public Fieldstatic (Shared in Visual Basic)Represents the SelectPreviousWeek command, which requests that the same day in the previous week be selected.  
    Public Fieldstatic (Shared in Visual Basic)Represents the SelectPreviousYear command, which requests that the same day in the previous year be selected.  
    Public Fieldstatic (Shared in Visual Basic)Represents the SelectToday command, which requests that the present date ("Today") be selected.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also