Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.WebControls/TableSectionStyle.cs')
-rw-r--r--mcs/class/System.Web/System.Web.UI.WebControls/TableSectionStyle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/TableSectionStyle.cs b/mcs/class/System.Web/System.Web.UI.WebControls/TableSectionStyle.cs
index 6a1febb0435..2e0bb83d573 100644
--- a/mcs/class/System.Web/System.Web.UI.WebControls/TableSectionStyle.cs
+++ b/mcs/class/System.Web/System.Web.UI.WebControls/TableSectionStyle.cs
@@ -43,7 +43,7 @@ namespace System.Web.UI.WebControls {
[DefaultValue (true)]
[NotifyParentProperty (true)]
- public bool Visible {
+ public virtual bool Visible {
get {
// commented to match MS behaviour (beta2)
// if ((styles & Styles.Visible) == 0)