LayoutControl控件使用

因默认外边距过大需要将外边距缩小用以下代码实现
layoutControlGroup1.Padding = DevExpress.XtraLayout.Utils.Padding.Empty;
是否允许只读控件获得焦点
layoutControl1.OptionsFocus.AllowFocusReadonlyEditors = false;

原文地址:https://www.cnblogs.com/liessay/p/14591673.html