Type Default Value Read Only Description
[C#]
int

[Visual Basic]
Integer
See description. Yes The ID of the page on which the field appears.

 

   

Notes
 

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

This value may be zero 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.