AD
Administrator
Syncfusion Team
March 21, 2003 02:47 PM UTC
Hi Ivan,
You can either change the document name or hide the name with the following two properties.
Change the title (in status bar and print/print preview:
editControl1.CurrentFile = "Any Title";
Hide the filename in the status and print/print preview:
editControl1.FileNameVisible = false;
-Syncfusion Technical Support