Back to Devexpress

FABActionItemCollection Class

aspnet-devexpress-dot-web-02c224a4.md

latest2.4 KB
Original Source

FABActionItemCollection Class

Represents the floating action button’s action item collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FABActionItemCollection :
    Collection<FABActionItem>
vb
Public Class FABActionItemCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<FABActionItem>

ICollection<FABActionItem>

IEnumerable<FABActionItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<FABActionItem> FABActionItemCollection

See Also

FABActionItemCollection Members

DevExpress.Web Namespace