[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangingArgs.AllowChange

AllowChange Property

AllowChange

Gets or sets a value indicating whether the layout change is allowed to proceed.

Declaration
public bool AllowChange { get; set; }
Property Value
Type Description
bool
<code>true</code> if the layout change is allowed; otherwise, <code>false</code>. The default is <code>true</code>, indicating that the change can proceed unless 

explicitly set otherwise.

Remarks

This property provides a mechanism to control the execution of layout changes. By setting AllowChange to false, event handlers can prevent specific changes from being applied, based on custom logic or conditions.