DxSchedulerAppointmentItem.ResourceId Property
In This Article
Specifies the identifier of the resource object associated with the appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public object ResourceId { get; set; }
#Property Value
Type | Description |
---|---|
Object | An object that specifies the unique identifier of the Dx |
#Remarks
Refer to Resources for more information.
See Also