SpinEditProperties.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
Use the SpinButtons property to access and customize the appearance and layout settings of the editor’s spin buttons.
Note
The Spin
See Also