A newer version of this page is available.
Switch to the current version.
BootstrapGridViewSpinEditColumn.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; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property PropertiesSpinEdit As BootstrapSpinEditProperties
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
Feedback