Skip to main content

AppointmentResourceEdit.Properties Property

Gets an object that contains specific editor settings.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DXCategory("Properties")]
public RepositoryItemAppointmentResource Properties { get; }

Property Value

Type Description
DevExpress.XtraScheduler.UI.RepositoryItemAppointmentResource

A RepositoryItemAppointmentResource object that contains editor settings.

Remarks

This property provides access to properties inherited from the ImageComboBoxEdit control.

See Also