Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

SpinButtonExtended(IWebControlObject, SpinButtonKind) Constructor

Initializes a new instance of the SpinButtonExtended class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public SpinButtonExtended(
    IWebControlObject owner,
    SpinButtonKind buttonKind
)

Parameters

Name Type Description
owner DevExpress.Web.Internal.IWebControlObject

An object that implements the IWebControlObject interface.

buttonKind SpinButtonKind

One of the SpinButtonKind enumeration values that indicates a spin button’s type.

See Also