I am using the TelerikPanelBar with only 1 item to create a collapsible form.
Is it possible to control the color and background color of the HeaderTemplate.
<TelerikPanelBar Data="@Model"
ExpandedItems="@Model">
<PanelBarBindings>
<PanelBarBinding>
<HeaderTemplate>
<h4>Filters</h4>
</HeaderTemplate>
</PanelBarBinding>
</PanelBarBindings>