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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    bool Locked { get; set; }

    Property Value

    Type Description
    Boolean

    true to lock content control; otherwise, false.

    See Also