The title GroupPanel setting of gridcontrol (title setting, shielding the right button)

GroupPanel settings

For example gridcontrol display title: "gridcontrol small example"

gridView1.GroupPanelText="gridcontrol small example";

At this point, ensure gridView1.OptionsView.ShowGroupPanel=true;

 

At this point, you can see the title you set by running it, but right-clicking will bring up an English menu. If you don't want it, you can set it:

views-"optionmenu-"enablegrouppanelmenu can be false.

 

If you don't want to show the title then set:

gridView1.OptionsView.ShowGroupPanel=false;

For example gridcontrol display title: "gridcontrol small example"

gridView1.GroupPanelText="gridcontrol small example";

At this point, ensure gridView1.OptionsView.ShowGroupPanel=true;

 

At this point, you can see the title you set by running it, but right-clicking will bring up an English menu. If you don't want it, you can set it:

views-"optionmenu-"enablegrouppanelmenu can be false.

 

If you don't want to show the title then set:

gridView1.OptionsView.ShowGroupPanel=false;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325352127&siteId=291194637