SchedulerToolbarInfo(ISchedulerAppointmentActions) Constructor
Initializes a new instance of the SchedulerToolbarInfo class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public SchedulerToolbarInfo(
ISchedulerAppointmentActions scheduler
)
Parameters
Name | Type |
---|---|
scheduler | ISchedulerAppointmentActions |
See Also