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

SpinEditSettings Class

Contains the SpinEdit extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class SpinEditSettings :
    EditorSettings

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.

Inheritance

See Also