RibbonSelectBoxItemBuilder.ShowClearButton(Boolean) Method
Sets whether to display the Clear button in the item.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.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