Skip to main content

RibbonSelectBoxItemBuilder.Value(Object) Method

Selects an item value.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxItemBuilder Value(
    object value
)

Parameters

Name Type Description
value Object

The item value.

Returns

Type Description
RibbonSelectBoxItemBuilder

The builder for a select box item.

See Also