Skip to main content
A newer version of this page is available. .

SpinEditExtension Class

Represents an extension object implementing the SpinEdit functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class SpinEditExtension :
    EditorExtension

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

See Also