Back to Devexpress

SpinEditSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-26753cb9.md

latest2.4 KB
Original Source

SpinEditSettings Class

Contains the SpinEdit extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class SpinEditSettings :
    EditorSettings
vb
Public Class SpinEditSettings
    Inherits 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

Object SettingsBase EditorSettings SpinEditSettings

See Also

SpinEditSettings Members

SpinEdit

SpinEditExtension

DevExpress.Web.Mvc Namespace