Skip to main content
All docs
V25.1
  • SchedulerToolbarInfo.Scheduler Property

    Returns an object that defines Scheduler methods.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public ISchedulerAppointmentActions Scheduler { get; }

    Property Value

    Type Description
    ISchedulerAppointmentActions

    An object that implements the ISchedulerAppointmentActions interface.

    Remarks

    Refer to the SchedulerToolbarInfo class description for more information and an example.

    See Also