aspnet-devexpress-dot-web-02c224a4.md
Represents the floating action button’s action item collection.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FABActionItemCollection :
Collection<FABActionItem>
Public Class FABActionItemCollection
Inherits Collection(Of FABActionItem)
The following members return FABActionItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<FABActionItem> FABActionItemCollection
See Also