Back to Devexpress

SchedulerCommands.ChangeStatusCommand Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-608b8fb6.md

latest1.3 KB
Original Source

SchedulerCommands.ChangeStatusCommand Property

Gets or sets a command used to change the AppointmentItem.StatusId value.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object that is the scheduler command.

|

See Also

Statuses

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace