Back to Devexpress

FABActionCollection Class

aspnet-devexpress-dot-web-ec76a0b3.md

latest2.8 KB
Original Source

FABActionCollection Class

Represents the floating action button’s action collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FABActionCollection :
    Collection<FABActionBase>
vb
Public Class FABActionCollection
    Inherits Collection(Of FABActionBase)

The following members return FABActionCollection objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxFloatingActionButton.Items
FloatingActionButtonProperties.Items
ASP.NET MVC ExtensionsFloatingActionButtonSettings.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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<FABActionBase>

ICollection<FABActionBase>

IEnumerable<FABActionBase>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<FABActionBase> FABActionCollection

See Also

FABActionCollection Members

DevExpress.Web Namespace