In This Topic
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
[Foundation.Register("UIView", true)]
public class GridCellView : C1.iOS.Core.C1Border, 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.Core.C1Border
C1.iOS.Grid.GridCellView
See Also