SelectedDatesCollection.IsReadOnly Property

 

Gets a value indicating whether the SelectedDatesCollection collection is read-only.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public ReadOnly Property IsReadOnly As Boolean

Property Value

Type: System.Boolean

false in all cases.

This property always returns false to indicate that the SelectedDatesCollection collection can be written to in all cases.

.NET Framework
Available since 1.1
Return to top
Show: