GridControl分页
参考:https://blog.csdn.net/sinat_27305053/article/details/80014441?utm_source=distribute.pc_relevant.none-task
- GridControl的UseEmbeddedNavigator属性值设为True
- EmbeddedNavigator属性\Buttons选择需要的按钮
gridView.GridControl.UseEmbeddedNavigator = true;
gridView.GridControl.EmbeddedNavigator.Buttons.Append.Visible = false;
gridView