コード例 #1
0
 public static T EditingItem <T>(this ASPxGridView source) where T : class
 {
     return((T)source.EditingItem());
 }