Skip to main content

RibbonNumberBoxItemBuilder.Step(Int32) Method

Sets the incremental step for item’s value.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonNumberBoxItemBuilder Step(
    int value
)

Parameters

Name Type Description
value Int32

The incremental step.

Returns

Type Description
RibbonNumberBoxItemBuilder

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

See Also