Skip to main content

RibbonSelectBoxItemBuilder.TextOptions(String, Boolean) Method

Sets options of the text displayed next to the item.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

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