RibbonSelectBoxItemBuilder.Placeholder(String) Method
Sets the text displayed in the item when its value is empty.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonSelectBoxItemBuilder Placeholder(
string value
)
Parameters
Name | Type | Description |
---|---|---|
value | String | The placeholder text. |
Returns
Type | Description |
---|---|
RibbonSelectBoxItemBuilder | The builder for a select box item. |
See Also