Skip to main content

ReadOnlyFormFieldProperties Interface

An interface implementing the form field properties accessed by the DocumentIterator.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public interface ReadOnlyFormFieldProperties

The following members return ReadOnlyFormFieldProperties objects:

Remarks

All the properties implemented by the ReadOnlyFormFieldProperties interface cannot be modified - they are read-only.

See Also