Edit button in Preview
Posted: Fri Jul 14, 2006 4:21 am
Hi!
Can I disable edit button in Preview?
Thanks!
Can I disable edit button in Preview?
Thanks!
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/
If you want to disable buttons in the Window of Preview you can use following code:RobertDaytone wrote:Hi!
Can I disable edit button in Preview?
Thanks!
Code: Select all
StiOptions.Preview.Window.ShowPageDesignButton = false;