Skip to main content

DocumentRange.IsFrozen Property

Indicates whether the current DocumentRange is uneditable.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

bool IsFrozen { get; }

Property Value

Type Description
Boolean

true, if the range is uneditable; otherwise, false.

See Also