1. protected virtual Row CreateBoundRow(object dataItem);
//
// 摘要:
// Creates rows bound to each data item in the current data source.
2. protected virtual void CreateBoundRows();
//
// 摘要:
// Creates group rows for the items in the current data source.
3. protected virtual void CreateGroupRows();