A collection of dates to be rendered. The control will render all dates from the first date in the collection to the last date.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0

Syntax

C#
public SelectedDatesCollection SelectedDates { get; set; }

Remarks

The Collection should be sorted by Date.

See Also