Back to Devexpress

ContentControlBase.Locked Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-contentcontrolbase-816e30d7.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool Locked { get; set; }
vb
Property Locked As Boolean

Property Value

TypeDescription
Boolean

true to lock content control; otherwise, false.

|

See Also

ContentControlBase Interface

ContentControlBase Members

DevExpress.XtraRichEdit.API.Native Namespace