Back to Devexpress

AppointmentResourceEdit.ResourceId Property

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

latest1.4 KB
Original Source

AppointmentResourceEdit.ResourceId Property

Gets or sets the unique identifier for the resource of the currently selected appointment.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public object ResourceId { get; set; }
vb
<Browsable(False)>
Public Property ResourceId As Object

Property Value

TypeDescription
Object

A Object value that specifies the resource’s unique identifier.

|

Remarks

Use this property to change the resource of the current appointment in the editing form implementation.

See Also

AppointmentResourceEdit Class

AppointmentResourceEdit Members

DevExpress.XtraScheduler.UI Namespace