Skip to main content

RibbonSelectBoxSubItemBuilder.Text(String) Method

Sets the text content of the current item.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxSubItemBuilder Text(
    string value
)

Parameters

Name Type Description
value String

The item text.

Returns

Type Description
RibbonSelectBoxSubItemBuilder

An object that can be used to further configure the ribbon item.

See Also