Skip to main content
Tab

FABActionCollection.Add(String, FABActionItemCollection) Method

Creates a new item with the specified settings and adds it to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    string contextName,
    FABActionItemCollection actions
)

Parameters

Name Type Description
contextName String

A string value that specifies the action item’s context name.

actions FABActionItemCollection

A object that specifies the collection of action items.

See Also