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


GridCellView Class
Contains properties that will be applied to cell view elements.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("UIView", True)>
Public Class GridCellView 
   Inherits C1.iOS.Core.C1Border
   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 GridCellView
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Core.C1Border
               C1.iOS.Grid.GridCellView

See Also