Beispiel #1
0
 public static TreeListDataColumn ColumnOf(this ASPxTreeList source, string fieldName)
 {
     return(source.Columns <TreeListDataColumn>().FirstOrDefault(x => x.FieldName == fieldName));
 }