1-) C# DEVEXPRESS RMOS - xtrareport rapor kilitlenmesi sorunu
https://www.devexpress.com/Support/Center/Question/Details/T568598/propertygridcontrol-an-application-built-for-the-anycpu-platform-freezes-when-the
this.propertyGridControl1.DefaultEditors.Add(typeof(Color), new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit());
DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox edit = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
edit.Items.AddEnum(typeof(DockStyle));
this.propertyGridControl1.DefaultEditors.Add(typeof(DockStyle), edit);