Back to Devexpress

DateNavigationPanel.GoToDateCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datenavigationpanel-28ac5847.md

latest1.4 KB
Original Source

DateNavigationPanel.GoToDateCommand Property

Gets or sets the ICommand that is invoked when a user selects a date from the drop-down calendar window in the DateNavigationPanel. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ICommand GoToDateCommand { get; set; }
vb
Public Property GoToDateCommand As ICommand

Property Value

TypeDescription
ICommand

A ICommand value.

|

See Also

DateNavigationPanel Class

DateNavigationPanel Members

DevExpress.Xpf.Scheduling Namespace