how to hide the tools Edit Page and Editor by code
Posted: Mon May 28, 2012 10:47 pm
How to hide the tools Edit Page and Editor by code.Please show me the code. thx!
:amazed: :amazed:
[url]http://[/url]
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
StiOptions.Viewer.Windows.ShowPageDesignButton = false;
StiOptions.Designer.CodeTabVisible = false;