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