Skip to main content
A newer version of this page is available. .

XRControl.LockedInUserDesigner Property

Gets or sets a value that specifies whether this control can be changed by an end-user in the End-User Designer.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatBehavior)]
[DefaultValue(false)]
public virtual bool LockedInUserDesigner { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the control is locked and hence can’t be changed by an end-user; otherwise, false.

Remarks

Use the LockedInUserDesigner property to prevent end-users from changing a particular control in the End-User Designer. Note that if the locked control contains some child controls in it (e.g. if it is the XRPanel control), then all its child controls are also locked.

See Also