DatePickerExtenderDuration Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Control the speed at which the datepicker appears, it may be a time in milliseconds, a string representing one of the three predefined speeds (\"slow\", \"normal\", \"fast\"), or '' for immediately.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[TypeConverterAttribute(typeof(DatePickerExtenderDurationConverter))]
public virtual string Duration { get; set; }

Property Value

Type: String
The duration.
See Also

Reference