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

ISnapFieldOwner.ParseField(Int32) Method

Converts the fields of a RichEditControl to Snap fields.

Namespace: DevExpress.Snap.Core.API

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

Declaration

SnapEntity ParseField(
    int index
)

Parameters

Name Type Description
index Int32

An integer value, specifying the index of a Field in the document’s FieldCollection.

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.

See Also