Index: Core/Common/src/Core.Common.Controls/Views/IView.cs
===================================================================
diff -u -r3d088548dfdebfd5c3adbbd67075b42e134f5c03 -r215c594bc67d2ab8b9ab7e797686eb37625564be
--- Core/Common/src/Core.Common.Controls/Views/IView.cs (.../IView.cs) (revision 3d088548dfdebfd5c3adbbd67075b42e134f5c03)
+++ Core/Common/src/Core.Common.Controls/Views/IView.cs (.../IView.cs) (revision 215c594bc67d2ab8b9ab7e797686eb37625564be)
@@ -32,10 +32,5 @@
/// Gets or sets the data shown by the .
///
object Data { get; set; }
-
- ///
- /// Gets or sets the caption/title of the .
- ///
- string Text { get; set; }
}
}
\ No newline at end of file