Skip to main content
All docs
V25.1
  • 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.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    bool LockedContent { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also