FABActionCollection Class
Represents the floating action button’s action collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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.
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
See Also