Skip to main content

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

public object StatusId { get; set; }

Property Value

Type Description
Object

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

See Also