Returns the data binding path this XFA field use.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public string DataBindingPath { get; }
Visual Basic
Public ReadOnly Property DataBindingPath As String
	Get

Remarks

Usefull when DataBinding = XfaDataBinding.DataRef only, otherwise null/nothing will be returned.

See Also