ComponentOne Xamarin.iOS
SetLoading Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridIncrementalLoadingCell Class : SetLoading Method
if set to true the loading indicator is shown.
Set whether the loading indicator is shown.
Syntax
'Declaration
 
Public Sub SetLoading( _
   ByVal loading As Boolean _
) 
'Usage
 
Dim instance As GridIncrementalLoadingCell
Dim loading As Boolean
 
instance.SetLoading(loading)
public void SetLoading( 
   bool loading
)

Parameters

loading
if set to true the loading indicator is shown.
See Also

Reference

GridIncrementalLoadingCell Class
GridIncrementalLoadingCell Members