Skip to main content
A newer version of this page is available. .
Tab

VerticalGridSpinEditRow.PropertiesSpinEdit Property

Gets the row editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public SpinEditProperties PropertiesSpinEdit { get; }

Property Value

Type Description
SpinEditProperties

The SpinEditProperties object that contains settings specific to a spin editor.

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