Skip to main content
A newer version of this page is available. .

CalculateDocumentVariableEventArgs.FieldLocked Property

Gets or sets a locked attribute to the field for which the event occurs.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public bool FieldLocked { get; set; }

Property Value

Type Description
Boolean

True, if the Field.Locked property of the field that triggers an event, is true; otherwise, false.

See Also