Back to Devexpress

AppointmentResourceEdit.Properties Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-appointmentresourceedit-ceccb1ec.md

latest1.4 KB
Original Source

AppointmentResourceEdit.Properties Property

Gets an object that contains specific editor settings.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DXCategory("Properties")]
public RepositoryItemAppointmentResource Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As RepositoryItemAppointmentResource

Property Value

TypeDescription
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

AppointmentResourceEdit Class

AppointmentResourceEdit Members

DevExpress.XtraScheduler.UI Namespace