I have multiple dynamic DevExpress DockPanels loaded on an asp.net(aspx) page. I would like to change the DockPanel Header text to be center aligned. I’ve searched through the DevExpress documentation but cannot find and samples showing how to do this. Is it possible?
I have multiple dynamic DevExpress DockPanels loaded on an asp.net(aspx) page. I would like
Share
Check this ASPxDocking
Reference : Panel Header
I suggest you to set the ASPxPopupControlBase.HeaderTemplate Property or create custom header template as suggested in the example.
code snippet:
Hope this help..