Code snippet to change the back color of a RadTextBox
DirectCast
(txtReleasedToDispatch.TextBoxElement.Children(1), FillPrimitive).BackColor = Color.Pink
(txtReleasedToDispatch.GetChildAt(0).GetChildAt(0), RadTextBoxItem).BackColor = Color.Pink