Skip to main content
All docs
V26.1
  • SchedulerToolbarInfo(ISchedulerAppointmentActions) Constructor

    Initializes a new instance of the SchedulerToolbarInfo class with specified settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public SchedulerToolbarInfo(
        ISchedulerAppointmentActions scheduler
    )

    Parameters

    Name Type Description
    scheduler ISchedulerAppointmentActions

    Provides access to the Scheduler object.

    See Also