Is there an easy way to change the name of the first tab in a dashboard after using the sheet wizard to bring in more tabs? FillPanel is just tacky.
private Infragistics.Win.UltraWinDock.UltraDockManager udmMS;
udmMS=((Infragistics.Win.UltraWinDock.DockablePaneBase)(((Infragistics.Win.UltraWinDock.DockableControlPane)((Infragistics.Win.UltraWinDock.DockableWindow)(“dockmanager name”.Parent)).Pane))).Manager;
udmMS.ControlPanes[“FillPanel”].TextTab = “custom text”;
dockmanager name is “MassShipmentSearch” in the below attached pic. r
Why are you using the Sheet Wizard to add sheets? You can just add more in dashboard designer