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

DropDownEditExtension Constructors

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