SpinEditExtension Class
Represents an extension object implementing the SpinEdit functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
Declaration
Related API Members
The following members return SpinEditExtension objects:
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.
Inheritance
Object
ExtensionBase
EditorExtension
SpinEditExtension
See Also