Back to Devexpress

AppointmentItem.StatusId Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-2864cacb.md

latest1.3 KB
Original Source

AppointmentItem.StatusId Property

Gets or sets the unique identifier of the status object associated with the appointment.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public object StatusId { get; set; }
vb
Public Property StatusId As Object

Property Value

TypeDescription
Object

An object that is the unique identifier of the AppointmentStatusItem object.

|

See Also

Statuses

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace