Skip to main content

RibbonSelectBoxItemBuilder.ShowClearButton(Boolean) Method

Sets whether to display the Clear button in the item.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Common

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