ASPxSpinEdit.SpinButtons Property
In This Article
Gets the settings of the editor’s spin buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SpinButtons SpinButtons { get; }
#Property Value
Type | Description |
---|---|
Spin |
A Spin |
#Remarks
This property is a wrapper of the SpinEditProperties.SpinButtons property.
See Also