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

FABActionItemCollection Class

Represents the floating action button’s action item collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class FABActionItemCollection :
    Collection<FABActionItem>

The following members return FABActionItemCollection objects:

Remarks

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.

See Also