Xceed DataGrid for Silverlight Documentation
RequestsPending Property


Gets or sets a value indicating whether there are pending requests.
Syntax
'Declaration
 
Public Property RequestsPending As Boolean
'Usage
 
Dim instance As LoadingIndicator
Dim value As Boolean
 
instance.RequestsPending = value
 
value = instance.RequestsPending
public bool RequestsPending {get; set;}

Property Value

true if there are pending requests; false otherwise. The loading indicator will only be displayed if there are pending requests.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

LoadingIndicator Class
LoadingIndicator Members

Send Feedback