2009-10-30 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / BoundColumn.cs
index 54ebdeebb6e0686938dc270c4b7ef0da10755e7e..76a92eecfb18d5e6b928e0970902427c5cf9a742 100644 (file)
@@ -34,9 +34,9 @@ namespace System.Web.UI.WebControls {
        // CAS
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
-       public class BoundColumn : DataGridColumn {
-
-               private string data_format_string;
+       public class BoundColumn : DataGridColumn 
+       {
+               string data_format_string;
 
                public BoundColumn ()
                {