C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRowCell Class
Members


GridGroupRowCell Class
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
Inheritance Hierarchy

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

See Also