FABActionGroup Constructors
Represents the floating action button’s action group.Name | Parameters | Description |
---|---|---|
FABActionGroup() | none | Initializes a new instance of the FABActionGroup class. |
FABActionGroup(String, FABActionItemCollection, String, String, String) | contextName, items, text, expandImageUrl, collapseImageUrl | Initializes a new instance of the FABActionGroup class. |
FABActionGroup(String, FABActionItemCollection, String, String) | contextName, items, text, expandImageUrl | Initializes a new instance of the FABActionGroup class. |
FABActionGroup(String, FABActionItemCollection, String) | contextName, items, text | Initializes a new instance of the FABActionGroup class. |
FABActionGroup(String, FABActionItemCollection) | contextName, items | Initializes a new instance of the FABActionGroup class. |
See Also