Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridIncrementalLoadingCell Class
Members


In This Topic
    GridIncrementalLoadingCell Class
    In This Topic
    Visual element displayed inside a GridIncrementalLoadingRow.
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("android/view/ViewGroup", 
       DoNotGenerateAcw=True, 
       ApiSince=1)>
    Public Class GridIncrementalLoadingCell 
       Inherits Android.Views.ViewGroup
       Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, Java.Interop.IJavaPeerable 
    'Usage
     
    
    Dim instance As GridIncrementalLoadingCell
    [Android.Runtime.Register("android/view/ViewGroup", 
       DoNotGenerateAcw=true, 
       ApiSince=1)]
    public class GridIncrementalLoadingCell : Android.Views.ViewGroup, Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, Java.Interop.IJavaPeerable  
    Inheritance Hierarchy

    System.Object
       Java.Lang.Object
          Android.Views.View
             Android.Views.ViewGroup
                C1.Android.Grid.GridIncrementalLoadingCell

    See Also