| | |
| | | this.propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True; |
| | | this.propertyGridControl1.OptionsView.ShowFocusedFrame = false; |
| | | this.propertyGridControl1.OptionsView.ShowRootLevelIndent = false; |
| | | |
| | | this.propertyGridControl1.RecordWidth = 120; |
| | | this.propertyGridControl1.RowHeaderWidth = 100; |
| | | } |
| | |
| | | var descriptor = this.propertyGridControl1.GetPropertyDescriptor(e.Row); |
| | | var rowTypeFullName = e.Row.Properties.RowType.FullName; |
| | | |
| | | |
| | | #region bool |
| | | |
| | | if (rowTypeFullName == typeof(bool).FullName) |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | //刷新 |
| | | private void barBtnRefresh_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | { |