or
public partial class ElementTypeRadListBox : RadListBox |
{ |
public ElementTypeRadListBox() |
{ |
InitializeComponent(); |
} |
public ProductCreatorEnums.ElementType ElementType { get; set; } |
} |
I have a problem with RadPanel and copy/paste operations in VS2008. The copied panel does not contains any of the controls, which were in original panel. Also theme information is missing.
Is there any workaround? It makes use of RadPanel very difficult, if you want to use it as a container.
best regards
artur
RadPanelBarGroupElement1.GetCaptionElement().Font =
New Font(RadPanelBarGroupElement1.GetCaptionElement().Font.FontFamily, 14, FontStyle.Bold)
However, I can set the font style to either Bold or Underline but not both.