summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSidharth Gupta <sid92.gupta@samsung.com>2016-12-01 17:25:51 +0900
committerSidharth Gupta <sid92.gupta@samsung.com>2016-12-01 17:34:35 +0900
commitedc0d06a248f4820d8c9081db59b07abd5914928 (patch)
tree1c4e2fa4d6c5a7cd2ce49f30da8a5a6cdd378fd2
parent2d0522396fc850f12a522ff7904ea81496485b1f (diff)
downloadxamarin-forms-edc0d06a248f4820d8c9081db59b07abd5914928.tar.gz
xamarin-forms-edc0d06a248f4820d8c9081db59b07abd5914928.tar.bz2
xamarin-forms-edc0d06a248f4820d8c9081db59b07abd5914928.zip
Add TableView class description
Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com> Change-Id: I62e439c3680d6b39aaacd66726ef70f682c5fc6f
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/TableView.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/TableView.cs b/Xamarin.Forms.Platform.Tizen/Native/TableView.cs
index 3cc1905e..e9f0e832 100644
--- a/Xamarin.Forms.Platform.Tizen/Native/TableView.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/TableView.cs
@@ -2,6 +2,9 @@
namespace Xamarin.Forms.Platform.Tizen.Native
{
+ /// <summary>
+ /// Extends the ListView class to provide TableView class implementation.
+ /// </summary>
public class TableView : ListView
{
/// <summary>