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