Skip to main content
A newer version of this page is available. .

SchedulerFABActionItem Constructors

Serves as a base class for classes that represent the floating action button’s actions and action groups related to the ASPxScheduler.
Name Parameters Description
SchedulerFABActionItem() none Initializes a new instance of the SchedulerFABActionItem class.
SchedulerFABActionItem(String, String, String) name, imageUrl, text Initializes a new instance of the SchedulerFABActionItem class.
SchedulerFABActionItem(String, String) name, imageUrl Initializes a new instance of the SchedulerFABActionItem class.
SchedulerFABActionItem(String) name Initializes a new instance of the SchedulerFABActionItem class.
See Also