This documentation is archived and is not being maintained.

SelectedDatesCollection Properties

The properties of the SelectedDatesCollection class are listed here. For a complete list of SelectedDatesCollection class members, see the SelectedDatesCollection Members topic.

Public Properties

public propertyCount Gets the number of System.DateTime objects in the SelectedDatesCollection.
public propertyIsReadOnly Gets a value indicating whether the SelectedDatesCollection is read-only.
public propertyIsSynchronized Gets a value indicating whether access to the SelectedDatesCollection is synchronized (thread-safe).
public propertyItem Gets a System.DateTime at the specified index in the SelectedDatesCollection.

In C#, this property is the indexer for the SelectedDatesCollection class.

public propertySyncRoot Gets the object that can be used to synchronize access to the SelectedDatesCollection.

See Also

SelectedDatesCollection Class | System.Web.UI.WebControls Namespace

Show: