Esempio n. 1
0
 public static int GetSectionTypeFromContext(this INewGroupedListContent content, GroupedListSectionContext context)
 {
     return content.GetSectionType(context.Section);
 }
Esempio n. 2
0
 public static int GetCellTypeFromContext(this INewGroupedListContent content, GroupedListCellContext context)
 {
     return content.GetCellType(context.Section, context.Row);
 }