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