ISnapFieldOwner.ParseField(Int32) Method
Converts the fields of a RichEditControl to Snap fields.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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.
Refer to Snap Fields article for more information about snap fields.
To learn about RichEditControl‘s fields, refer to Fields and Field Codes.
See Also