Back to Devexpress

ContentControlBase.LockedContent Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-contentcontrolbase-ee5f2d0f.md

latest1.2 KB
Original Source

ContentControlBase.LockedContent Property

Gets or sets whether the user can edit the contents of a content control.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to lock the contents of a content control; otherwise, false.

|

See Also

ContentControlBase Interface

ContentControlBase Members

DevExpress.XtraRichEdit.API.Native Namespace