Skip to main content
All docs
V25.1
  • SchedulerAppointmentDragBetweenResourcesEventArgs.NewResourceId Property

    Specifies the identifier of a new resource associated with the appointment.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public object NewResourceId { get; set; }

    Property Value

    Type Description
    Object

    An object that specifies the unique identifier of the DxSchedulerResourceItem.

    See Also