cxVerticalGrid赋值是实时更新
当前字体大小 15px
12px 50px
procedure TForm1.cxVerticalGrid1Edited(Sender: TObject;
ARowProperties: TcxCustomEditorRowProperties);
begin
if Assigned(cxVerticalGrid1.InplaceEditor) then
cxVerticalGrid1.InplaceEditor.PostEditValue;
end;
🤞 分享
手机扫码阅读
微信或手机浏览器扫一扫,随时随地随心阅读与分享
发表评论