To reproduce:
RadColorDialog dlg = new RadColorDialog(); dlg.ColorDialogForm.OldColor = Color.Green; dlg.SelectedColor = Color.Red; dlg.ShowDialog();
You will see that the OldColor (Color.Green) is not displayed in the radColorDialog.