[]
        
(Showing Draft Content)

C1.Web.Mvc.InputDateRange

InputDateRange Class

The control extends the InputDate control which sets SelectionMode to Range, MonthCount to 2 and ShowMonthPicker to OutSide.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class InputDateRange : InputDateBase, IHtmlString, ITemplate, IDropDown

Constructors

Name Description
InputDateRange(HtmlHelper, string)

Creates one InputDateRange instance.

Properties

Name Description
MonthCount

Gets or sets the number of months to display in the drop-down calendar.

SelectionMode

Gets or sets a value that indicates whether users can select days, months, or no values at all.

Extension Methods