Page.IsBusy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the page busy state. This will cause the platform specific global activity indicator to show a busy state. This is a bindable property.
public:
property bool IsBusy { bool get(); void set(bool value); };
public bool IsBusy { get; set; }
member this.IsBusy : bool with get, set
Public Property IsBusy As Boolean
Property Value
Remarks
Setting IsBusy to true
on multiple pages at once will cause the global activity indicator to run until all are set back to false
. It is the developer's responsibility to unset the IsBusy flag before cleaning up a page.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.