gridview 的 ShowingEditor 事件
private void gridView1_ShowingEditor(object sender, CancelEventArgs e)
{e.Canel=false; //取消阻止
e.Canel=true; //阻止
}
本文详细介绍了GridView组件的ShowingEditor事件的使用方法,包括如何在编辑过程中进行事件拦截和控制。
gridview 的 ShowingEditor 事件
private void gridView1_ShowingEditor(object sender, CancelEventArgs e)
{e.Canel=false; //取消阻止
e.Canel=true; //阻止
115
6526

被折叠的 条评论
为什么被折叠?