コード例 #1
0
 public static string GetMethodName(RadTreeListView treeListView)
 {
     return (string)treeListView.GetValue(MethodNameProperty);
 }
コード例 #2
0
 public static string GetMethodName(RadTreeListView treeListView)
 {
     return((string)treeListView.GetValue(MethodNameProperty));
 }