Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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