Host a Panel in RadHostItem and set the BackColor of the Panel. You will notice that the color set is not applied. NOTE: These properties should be set to the RadHostItem //Synch inheritable properties this.hostedControl.ForeColor = this.ForeColor; this.hostedControl.BackColor = this.BackColor;