Hello,

Different type of panels have Title Bar.
Panel constructor has Tools property (type of List<Tool>).
I tried different ways to add a button in code behind to the Title of a GridPanel:
new GridPanel { Title="My Grid", Tools = new List<Tool>() {...
But nothing worked.

Can you please give an example?

Thanks,

Vadim