Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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.
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("UIView", True)>
    Public Class GridGroupRowCell 
       Inherits UIKit.UIView
       Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
    'Usage
     
    
    Dim instance As GridGroupRowCell
    [Foundation.Register("UIView", true)]
    public class GridGroupRowCell : UIKit.UIView, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          UIKit.UIResponder
             UIKit.UIView
                C1.iOS.Grid.GridGroupRowCell

    See Also