aspnet-devexpress-dot-web-ec76a0b3.md
Represents the floating action button’s action collection.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FABActionCollection :
Collection<FABActionBase>
Public Class FABActionCollection
Inherits Collection(Of FABActionBase)
The following members return FABActionCollection objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxFloatingActionButton.Items |
| FloatingActionButtonProperties.Items | |
| ASP.NET MVC Extensions | FloatingActionButtonSettings.Items |
The ASPxFloatingActionButton stores its actions and action groups within the ASPxFloatingActionButton.Items collection. This collection is represented by the FABActionCollection class. Members of this class can be used to add, delete, access individual actions and action groups and perform other common collection management tasks.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<FABActionBase> FABActionCollection
See Also