Back to Devexpress

FloatingActionButtonProperties.Items Property

aspnet-devexpress-dot-web-dot-floatingactionbuttonproperties-4f9888bd.md

latest1.7 KB
Original Source

FloatingActionButtonProperties.Items Property

Gets the collection of items in the Floating Action Button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public FABActionCollection Items { get; }
vb
Public ReadOnly Property Items As FABActionCollection

Property Value

TypeDescription
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.

Concept

Floating Action Button

Online Demo

Floating Action Button

See Also

FloatingActionButtonProperties Class

FloatingActionButtonProperties Members

DevExpress.Web Namespace