Skip to main content

BootstrapGridViewSpinEditColumn.PropertiesSpinEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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