TreeListSpinEditColumn.PropertiesSpinEdit Property
Gets the column editor’s settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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