The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
DockingManager.SetDockLabel() does not work for floating controls. There appears to be no way to set the caption. The caption always reverts to "GroupControl"... ("GroupControl" happens to be the name of the class wrapped by the syncFusion floating window.)
Using the control.Text property (or control.Parent.Text) doesn't seem to work either.
David
RPRamesh Praveen Syncfusion Team March 13, 2003 07:26 PM UTC
David,
We can reproduce this issue here. It's just that we don't refresh the floating label when you change the docklabel. We will fix this in our next patch release.
Regards,
Praveen Ramesh
TAThomas A. Anderson, Program WriterMarch 13, 2003 08:45 PM UTC
FYI: The workaround that I'm using is:
control.Parent.Parent.Text="Label";
CCCharles CarlinAugust 12, 2003 12:49 PM UTC
Well the workaround is still good but this has not been fixed yet in the 1.6.1.5 release.
PSPrakash S Syncfusion Team August 12, 2003 08:40 PM UTC
Hi Chuck,
This problem was very recently fixed.Starting with the next update of Essential Tools, the SetDockLabel() method will correctly change the caption of floating windows.
Prakash
Syncfusion