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

FABActionItemCollection.Add(String, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void Add(
    string name,
    string imageUrl
)

Parameters

Name Type Description
name String

A string value that specifies the item’s name.

imageUrl String
See Also