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.1.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