Skip to main content
Tab

FABActionCollection Class

Represents the floating action button’s action collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FABActionCollection :
    Collection<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

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