Type Default Value Read Only Description
[C#]
Page

[Visual Basic]
Page
See description. Yes The Page on which the field appears.

 

   

Notes
 

This property reflects the page on which this field is located.

This value may be null if the field does not have a visible appearance.

The most common case in which a field does not have a visible appearance is in the case of radio buttons. In this case the field describes the radio button group and the children of the field are the visible buttons. To find out what page the group is on you can iterate through the Kids looking at the Page property for each of them. However be aware that it is possible to spread radio buttons across more than one page.

 

   

Example
 

None.