public ActionResult Edit([ModelBinder(typeof(DevExpressEditorsBinder))] MyObject obj) { list.UpdateObject(obj); return(RedirectToAction("Index")); }