This documentation is archived and is not being maintained.

PagedDataSource.IsReadOnly Property

Gets a value indicating whether the data source is read-only.

[Visual Basic]
Public ReadOnly Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get;}
[C++]
public: __property bool get_IsReadOnly();
[JScript]
public function get IsReadOnly() : Boolean;

Property Value

false for all cases.

Remarks

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

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace

Show: