Skip to main content
All docs
V26.1
  • RibbonSelectBoxItemBuilder.Value(Object) Method

    Selects an item value.

    Namespace: DevExpress.AspNetCore.Office

    Assembly: DevExpress.AspNetCore.Common.v26.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