Skip to main content

FABDeleteAppointmentActionItem(String) Constructor

Initializes a new instance of the FABDeleteAppointmentActionItem class.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public FABDeleteAppointmentActionItem(
    string text
)

Parameters

Name Type Description
text String

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

See Also