Skip to main content
A newer version of this page is available. .
Tab

DateTimeCollection(DatePickerType) Constructor

Initializes a new instance of the DateTimeCollection class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public DateTimeCollection(
    DatePickerType pickerType
)

Parameters

Name Type Description
pickerType DatePickerType

A DatePickerType object that represents the picker type.

See Also