Interface IAsyncViewModel
Async viewmodel base
Namespace: Simplic.UI.MVC
Assembly: Simplic.UI.dll
Syntax
public interface IAsyncViewModel
Properties
| Improve this Doc View SourceIsBusy
Gets or sets whether the view model is processing data
Declaration
bool IsBusy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |