Skip to main content
All docs
V26.1
  • RibbonSelectBoxItemBuilder.ShowClearButton(Boolean) Method

    Sets whether to display the Clear button in the item.

    Namespace: DevExpress.AspNetCore.Office

    Assembly: DevExpress.AspNetCore.Common.v26.1.dll

    Declaration

    public RibbonSelectBoxItemBuilder ShowClearButton(
        bool value
    )

    Parameters

    Name Type Description
    value Boolean

    true to display the Clear button; otherwise, false.

    Returns

    Type Description
    RibbonSelectBoxItemBuilder

    The builder for a select box item.

    See Also