Gets a boolean value indicating if the field in the data source to which the column is
Linked is read only.
'Declaration
<DescriptionAttribute("Indicates if the field in the data source to which the column is linked is read only.")>
<CategoryAttribute("Data")>
Public ReadOnly Property ReadOnlyDataSource As Boolean
'Usage
Dim instance As DataBoundColumn
Dim value As Boolean
value = instance.ReadOnlyDataSource
[Description("Indicates if the field in the data source to which the column is linked is read only.")]
[Category("Data")]
public bool ReadOnlyDataSource {get;}
Property Value
true the field in the data source to which the column is
Linked is read only; false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2