The Floating Action Button (FAB) is a circular button with an image that appears in front of the scheduler's content and provides access to the most frequently used actions. The floating action button's actions depend on the triggered element in the scheduler. For example, the floating action button provides the "Open", "Edit", and "Delete" actions if a user selects an appointment or provides the "Create new Appointment" action if a user selects a time cell.

Concept
The floating action button provides two types of actions.
- Action - Executes the action once an end-user clicks the floating action button.
- Action group - The floating action button serves as a container for multiple actions. When pressed, the floating action button expands nested actions.

The scheduler stores the floating action button's settings in the FloatingActionButtonProperties object that is accessed by the SchedulerSettings.FloatingActionButton property.
The floating action button stores its items in the FloatingActionButtonProperties.Items collection that is accessed at the FloatingActionButtonProperties object level.
Action
The following types of actions are available.
Use the following settings to customize an action.
Action Group
The following types of an action group are available.
Use the following settings to customize an action group.
Action Item
Each action group stores its action items in the Items collection. An action item can be an instance of the following type.
You can change the following characteristics of an individual action item.