[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputDateRangeBuilder

InputDateRangeBuilder Class

Defines a builder to configurate InputDateRange.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class InputDateRangeBuilder : InputDateBaseBuilder<InputDateRange, InputDateRangeBuilder>, IHtmlString

Constructors

Name Description
InputDateRangeBuilder(InputDateRange)

Creates one InputDateRangeBuilder instance to configurate component.

Methods

Name Description
MonthCount(int)

Configurates MonthCount. Sets the number of months to display in the drop-down calendar.

SelectionMode(DateSelectionMode)

Configurates SelectionMode. Sets a value that indicates whether users can select days, months, or no values at all.

Extension Methods