Skip to main content
All docs
V23.2

ContentControlBase.Locked Property

Gets or sets whether the user can delete a content control from the document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool Locked { get; set; }

Property Value

Type Description
Boolean

true to lock content control; otherwise, false.

See Also