FABActionCollection Class
In This Article
Represents the floating action button’s action collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FABActionCollection :
Collection<FABActionBase>
#Related API Members
The following members return FABActionCollection objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
Floating |
|
ASP. |
Floating |
#Remarks
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.
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also