2 writes to IsReadOnly
System.Web (2)
UI\WebControls\DetailsViewRowsGenerator.cs (1)
81
fieldProps.
IsReadOnly
= isKey;
UI\WebControls\GridViewColumnsGenerator.cs (1)
126
fieldProps.
IsReadOnly
= isKey;
3 references to IsReadOnly
System.Web (3)
UI\WebControls\AutoFieldsGenerator.cs (1)
50
field.ReadOnly = fieldProperties.
IsReadOnly
;
UI\WebControls\DetailsView.cs (1)
1509
field.ReadOnly = fieldProperties.
IsReadOnly
;
UI\WebControls\GridView.cs (1)
1912
field.ReadOnly = fieldProperties.
IsReadOnly
;