CompareViewModelIsLoading Property |
IT Hit User File System
Indicates whether data is being loaded from the server.
Namespace:
THit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic bool IsLoading { get; set; }
Public Property IsLoading As Boolean
Get
Set
public:
property bool IsLoading {
bool get ();
void set (bool value);
}
member IsLoading : bool with get, set
Property Value
Type:
Boolean
See Also