Browse Source

Made DynamicTreeView Data property public

Frank van den Bos 2 năm trước cách đây
mục cha
commit
a2c094309c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      inabox.wpf/DynamicGrid/DynamicTreeView.cs

+ 1 - 1
inabox.wpf/DynamicGrid/DynamicTreeView.cs

@@ -152,7 +152,7 @@ namespace InABox.DynamicGrid
         protected abstract Expression<Func<T, Guid>> ParentID { get; }
         protected abstract Expression<Func<T, String>> Description { get; }
 
-        protected CoreTable Data { get; private set; }
+        public CoreTable Data { get; private set; }
 
         private ContextMenu _menu;
         private SfTreeGrid _tree;