Skip to main content
All docs
V26.1
  • RibbonSelectBoxItemBuilder.TextOptions(String, Boolean) Method

    Sets options of the text displayed next to the item.

    Namespace: DevExpress.AspNetCore.Office

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

    Declaration

    public RibbonSelectBoxItemBuilder TextOptions(
        string text,
        bool displayAfterEditor = false
    )

    Parameters

    Name Type Description
    text String

    The ribbon item text.

    Optional Parameters

    Name Type Default Description
    displayAfterEditor Boolean False

    true to display the text after the editor; false to display the text before the editor.

    Returns

    Type Description
    RibbonSelectBoxItemBuilder

    The builder for a select box item.

    See Also