SpinEditSettings Class
Contains the SpinEdit extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Remarks
To declare the SpinEdit in a View, invoke the ExtensionsFactory.SpinEdit helper method. This method returns the SpinEdit extension that is implemented by the SpinEditExtension class.
To configure the SpinEdit extension, pass the SpinEditSettings object to the ExtensionsFactory.SpinEdit helper method as a parameter. The SpinEditSettings object contains all the SpinEdit extension settings.
Refer to the SpinEdit Overview topic to learn how to add the SpinEdit extension to your project.
To access the SpinEdit specific settings, refer to the SpinEditSettings.Properties property.