Skip to main content

SchedulerFABActionItem(String) Constructor

Initializes a new instance of the SchedulerFABActionItem class.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public SchedulerFABActionItem(
    string name
)

Parameters

Name Type Description
name String

A string value that is the action’s context name.

See Also