SchedulerFABActionItem(String, String, String) Constructor
Initializes a new instance of the SchedulerFABActionItem class.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
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