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