[]
Gets or sets a value indicating whether the layout change is allowed to proceed.
public bool AllowChange { get; set; }
Type | Description |
---|---|
bool |
explicitly set otherwise. |
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.