Skip to main content

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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