Skip to main content
Tab

FABActionItemCollection Class

Represents the floating action button’s action item collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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