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

ISnapFieldOwner.ParseField(Field) Method

Converts the fields of a RichEditControl to Snap fields.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

SnapEntity ParseField(
    Field field
)

Parameters

Name Type Description
field Field

A Field object.

Returns

Type Description
SnapEntity

A SnapEntity descendant.

Remarks

Any modification of a SnapEntity at runtime must be wrapped in the SnapEntity.BeginUpdate and SnapEntity.EndUpdate method calls.

To learn about Snap fields, refer to Snap Fields.

To learn about RichEditControl‘s fields, refer to Fields and Field Codes.

Note

The SnapEntity descendant object cannot be processed after the document has been changed. Call the ParseField method every time the field needs to be modified.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ParseField(Field) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also