[]
        
(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

true if the layout change is allowed; otherwise, false. The default is true, 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.