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
Syntax
'Declaration
Public Class GridGroupRowCell
Inherits Xamarin.Forms.View
Implements Xamarin.Forms.IAnimatable, Xamarin.Forms.IElementController, Xamarin.Forms.Internals.IGestureController, Xamarin.Forms.ITabStopElement, Xamarin.Forms.IViewController, Xamarin.Forms.IVisualElementController
'Usage
Dim instance As GridGroupRowCell
public class GridGroupRowCell : Xamarin.Forms.View, Xamarin.Forms.IAnimatable, Xamarin.Forms.IElementController, Xamarin.Forms.Internals.IGestureController, Xamarin.Forms.ITabStopElement, Xamarin.Forms.IViewController, Xamarin.Forms.IVisualElementController
Inheritance Hierarchy
System.Object
Xamarin.Forms.BindableObject
Xamarin.Forms.Element
Xamarin.Forms.NavigableElement
Xamarin.Forms.VisualElement
Xamarin.Forms.View
C1.Xamarin.Forms.Grid.GridGroupRowCell
See Also