Esempio n. 1
0
 void IService.Initialize(DataPresenter dataPresenter)
 {
     dataPresenter.RequireLayoutManager();
     DataPresenter       = dataPresenter;
     _gridCellBindings   = Template.RowBindings.Where(x => typeof(GridCell).IsAssignableFrom(x.ViewType)).ToArray();
     CurrentBindingIndex = GridCellBindings.Count > 0 ? 0 : -1;
 }