Skip to main content
All docs
V26.1
  • RibbonSelectBoxItemBuilder.Placeholder(String) Method

    Sets the text displayed in the item when its value is empty.

    Namespace: DevExpress.AspNetCore.Office

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

    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