RibbonSelectBoxItemBuilder.OnCustomItemCreating(String) Method
Specifies a function that is executed when a user adds a custom item.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonSelectBoxItemBuilder OnCustomItemCreating(
string callback
)
Parameters
Name | Type | Description |
---|---|---|
callback | String | A function that creates a new data source entry. |
Returns
Type | Description |
---|---|
RibbonSelectBoxItemBuilder | The select box item builder. |
See Also