public static void SetIsSynchronizedWithCurrentItem(TreeListControl treeList, bool value) { treeList.SetValue(IsSynchronizedWithCurrentItemProperty, value); }
public static void SetCollectionView(TreeListControl treeList, ICollectionView value) { treeList.SetValue(CollectionViewProperty, value); }
public static void SetTreeListControlDataModel(TreeListControl treeListControl, TreeListControlDataModel value) { treeListControl.SetValue(TreeListControlDataModelProperty, value); }