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.v23.2.Core.dll

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

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