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


In This Topic
    GridGroupRowCell Class
    In This Topic
    Visual element displayed in the group rows to allow the user expand and collapse as well as displaying the name of the group.
    Object Model
    GridGroupRowCell ClassC1IconTemplate ClassC1IconTemplate Class
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("android/widget/LinearLayout", 
       DoNotGenerateAcw=True, 
       ApiSince=1)>
    Public Class GridGroupRowCell 
       Inherits Android.Widget.LinearLayout
       Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable 
    'Usage
     
    
    Dim instance As GridGroupRowCell
    [Android.Runtime.Register("android/widget/LinearLayout", 
       DoNotGenerateAcw=true, 
       ApiSince=1)]
    public class GridGroupRowCell : Android.Widget.LinearLayout, Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable  
    Inheritance Hierarchy

    System.Object
       Java.Lang.Object
          Android.Views.View
             Android.Views.ViewGroup
                Android.Widget.LinearLayout
                   C1.Android.Grid.GridGroupRowCell

    See Also