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

FloatingActionButtonSettings.Items Property

Gets the collection of items in the Floating Action Button.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public FABActionCollection Items { get; }

Property Value

Type Description
FABActionCollection

An FABActionCollection instance that is the collection of items.

Remarks

Use the Items property to access a collection of items (actions) within the floating action button. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.

Refer to the Floating Action Button topic for more information.

See Also