public static string GetMethodName(RadTreeListView treeListView)
 {
     return (string)treeListView.GetValue(MethodNameProperty);
 }
Ejemplo n.º 2
0
 public static string GetMethodName(RadTreeListView treeListView)
 {
     return((string)treeListView.GetValue(MethodNameProperty));
 }