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

SpinEditExtension Constructors

Represents an extension object implementing the SpinEdit functionality.
Name Parameters Description
SpinEditExtension(SpinEditSettings, ViewContext, ModelMetadata) settings, viewContext, metadata Initializes a new instance of the SpinEditExtension class with the specified settings, the context information about the view, and the model metadata.
SpinEditExtension(SpinEditSettings, ViewContext) settings, viewContext Initializes a new instance of the SpinEditExtension class with the specified settings and provides the context information about the view.
SpinEditExtension(SpinEditSettings) settings Initializes a new instance of the SpinEditExtension class with the specified settings.
See Also