Skip to main content

RibbonSelectBoxItemBuilder.Width(Int32) Method

Sets the item width.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonSelectBoxItemBuilder Width(
    int value
)

Parameters

Name Type Description
value Int32

The item width.

Returns

Type Description
RibbonSelectBoxItemBuilder

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

See Also