Skip to main content
All docs
V25.2
  • SchedulerToolbarInfo(ISchedulerAppointmentActions) Constructor

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public SchedulerToolbarInfo(
        ISchedulerAppointmentActions scheduler
    )

    Parameters

    Name Type Description
    scheduler ISchedulerAppointmentActions

    Provides access to the Scheduler object.

    See Also