Back to Devexpress

XRControl.LockedInUserDesigner Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrol-5de49211.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
public virtual bool LockedInUserDesigner { get; set; }
vb
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(False)>
Public Overridable Property LockedInUserDesigner As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

XRControl Class

XRControl Members

DevExpress.XtraReports.UI Namespace