AppointmentStatusEdit.Properties Property
Gets an object that contains editor specific settings.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.UI.RepositoryItemAppointmentStatus | A RepositoryItemAppointmentStatus object that contains editor settings. |
Remarks
This property provides access to the properties inherited from the ImageComboBoxEdit control.
See Also