Page.IsBusy Property

Definition

Marks the Page as busy. This will cause the platform specific global activity indicator to show a busy state.

public bool IsBusy { get; set; }
member this.IsBusy : bool with get, set

Property Value

A bool indicating if the Page is busy or not.

Remarks

Setting IsBusy to true on multiple pages at once will cause the global activity indicator to run until both are set back to false. It is the authors job to unset the IsBusy flag before cleaning up a Page.

Applies to