FormRichTextControl.dataRelationPath Method

Gets or sets the period-delimited list of relations that links the field binding of the DataField object to a relative table.

Syntax

public str dataRelationPath([str value])

Run On

Client

Parameters

  • value
    Type: str
    The string that contains the period-delimited list of relations; optional.

Return Value

Type: str
The period-delimited list of relations that links the field binding of the DataField object to a relative table.

Remarks

This method is used by the reference group control to track exactly which relations produce the replacement field that is used.

It enables the reference group control to bind consistently to the controls that it contains.

See Also

Reference

FormRichTextControl Class