FABCreateAppointmentActionGroup Constructors
Represents the floating action button’s action group that contains action items related to appointment creation.| Name | Parameters | Description |
|---|---|---|
| FABCreateAppointmentActionGroup() | none | Initializes a new instance of the FABCreateAppointmentActionGroup class. |
| FABCreateAppointmentActionGroup(FABActionItemCollection, String) | actions, text | Initializes a new instance of the FABCreateAppointmentActionGroup class. |
| FABCreateAppointmentActionGroup(FABActionItemCollection) | actions | Initializes a new instance of the FABCreateAppointmentActionGroup class. |
See Also