Closed vanithav closed 9 years ago
Currently this is not supported by BMVC. I'll put this for the next release
Addeed an overload to BeginPanel
method that takes PanelStyle enum:
using (a.BeginPanel("Vendor", PanelStyle.Danger))
{ }
Please get latest.
Hi,
I have an accordion with a panel. How do i set the style for the panel here.
In the above i want to set the style of the panel to panel-success. How do i do this?
thanks, Vanitha