PagedDataSource.IsReadOnly Property

 

Gets a value indicating whether the data source 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 for all cases.

This property is implemented to always return false, which indicates that the data source can be modified in all cases.

.NET Framework
Available since 1.1
Return to top
Show: