Skip to main content

FABCreateAppointmentActionItem(String) Constructor

Initializes a new instance of the FABCreateAppointmentActionItem class.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public FABCreateAppointmentActionItem(
    string text
)

Parameters

Name Type Description
text String

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

See Also