In This Topic
The following tables list the members exposed by Page.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Caption |
Gets or sets the page's label as presented in the property sheet.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ID |
Gets the page's DAML identifier.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsEnabled |
Gets or sets a boolean indicating if the page is currently enabled.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsLoading |
Gets a boolean indicating if the page is currently loading.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsSelected |
Gets or sets a boolean indicating if the page is currently selected.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsValid |
Gets or sets a boolean notifying the application whether the page is valid or not.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Model |
Gets or sets the view-model's model object.
(Inherited from ArcGIS.Desktop.Framework.Contracts.ViewModelBase) |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ReloadSheetAsync |
Triggers a ReinitializeAsync call in each loaded Page in the sheet.
|
Top
Public Events
See Also