Skip to main content

SchedulerFABActionItem(String, String, 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,
    string imageUrl,
    string text
)

Parameters

Name Type Description
name String

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

imageUrl String

A string value that is the image’s URL.

text String

A string value that is the action button’s text.

See Also