November 14, 2009
ExpandablePanel title bar is a separate PanelEx control inside of the ExpandablePanel which provides the title bar functionality. To access the title bar control use ExpandablePanel.TitlePanel property. For example to handle the mouse down event on the title bar attached your event handler to the ExpandablePanel.TitlePanel.MouseDownevent. To change the style (colors, background image, borders etc.) […]