Back to Devexpress

DateNavigationPanel.BackCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datenavigationpanel-a5821688.md

latest1.3 KB
Original Source

DateNavigationPanel.BackCommand Property

Gets or sets the ICommand that is invoked when a user clicks the Backward button on 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 BackCommand { get; set; }
vb
Public Property BackCommand As ICommand

Property Value

TypeDescription
ICommand

A ICommand value.

|

See Also

DateNavigationPanel Class

DateNavigationPanel Members

DevExpress.Xpf.Scheduling Namespace