cxVerticalGrid赋值是实时更新

procedure TForm1.cxVerticalGrid1Edited(Sender: TObject;
ARowProperties: TcxCustomEditorRowProperties);
begin
if Assigned(cxVerticalGrid1.InplaceEditor) then
cxVerticalGrid1.InplaceEditor.PostEditValue;
end;

posted @ 2018-11-09 15:58  Thenext  阅读(265)  评论(0编辑  收藏  举报