Skip to main content

FABCreateRecurringAppointmentActionItem(String) Constructor

Initializes a new instance of the FABCreateRecurringAppointmentActionItem class.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public FABCreateRecurringAppointmentActionItem(
    string text
)

Parameters

Name Type Description
text String

A string value that represents the action item’s name.

See Also