Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
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