This documentation is archived and is not being maintained.
SelectedDatesCollection Properties
.NET Framework 1.1
The properties of the SelectedDatesCollection class are listed here. For a complete list of SelectedDatesCollection class members, see the SelectedDatesCollection Members topic.
Public Properties
Count | Gets the number of System.DateTime objects in the SelectedDatesCollection. |
IsReadOnly | Gets a value indicating whether the SelectedDatesCollection is read-only. |
IsSynchronized | Gets a value indicating whether access to the SelectedDatesCollection is synchronized (thread-safe). |
Item | Gets a System.DateTime at the specified index in the SelectedDatesCollection.
In C#, this property is the indexer for the SelectedDatesCollection class. |
SyncRoot | Gets the object that can be used to synchronize access to the SelectedDatesCollection. |
See Also
SelectedDatesCollection Class | System.Web.UI.WebControls Namespace
Show:
