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

CardViewSpinEditColumn.PropertiesSpinEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.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 the column’s editor used to edit numeric values. For more information, see SpinEditProperties.

See Also