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

BootstrapToolbarItemCollection.Add<T>(Action<T>) Method

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public T Add<T>(
    Action<T> prepare
)
    where T : BootstrapToolbarItemBase, new()

Parameters

Name Type
prepare Action<T>

Type Parameters

Name
T

Returns

Type
T
See Also