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

BootstrapCardViewSpinEditColumn.PropertiesSpinEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapSpinEditProperties PropertiesSpinEdit { get; }

Property Value

Type Description
BootstrapSpinEditProperties

The BootstrapSpinEditProperties 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.

See Also