예제 #1
0
 public static bool IsNestedColumn(ColumnDescriptor columnDescriptor)
 {
     return(columnDescriptor.GetAttributes().OfType <ChildDisplayNameAttribute>().Any());
 }