[]
<p>For internal use.</p>
Specifies a referenced object in an expression in a Unit.
public enum ReferenceEnum
| Name | Description |
|---|---|
| Column | The current page column. |
| Id | An object with the specified Id (provided for backward compatibility only). |
| Name | An object with the specified name. |
| Next | The next object at the same level as the current object. |
| Page | The current page. |
| PageIndex | A page with the specific index. |
| Parent | The parent of the current object. |
| Prev | The previous object at the same level as the current object. |
| Self | The current object. |