VerticalGridSpinEditRow.PropertiesSpinEdit Property
In This Article
Gets the row editor’s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SpinEditProperties PropertiesSpinEdit { get; }
#Property Value
Type | Description |
---|---|
Spin |
The Spin |
#Remarks
The PropertiesSpinEdit property allows you to customize the settings of a row editor used to edit numeric values. For more information, see SpinEditProperties.
See Also