Skip to main content

ComboBoxExtension Constructors

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