FABActionItemCollection Class
Represents the floating action button’s action item collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return FABActionItemCollection objects:
Remarks
The ASPxFloatingActionButton stores its action items within the FABActionGroup.Items collection. This collection is represented by the FABActionItemCollection class. Members of this class can be used to add, delete, access individual action items and perform other common collection management tasks.
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
See Also