Skip to main content
A newer version of this page is available. .
Tab

FABActionCollection Class

Represents the floating action button’s action collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class FABActionCollection :
    Collection<FABActionBase>

The following members return FABActionCollection objects:

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.

See Also