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


FlexGrid Class
Control used to display and edit tabular information.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<Foundation.RegisterAttribute("FlexGrid")>
<DesignTimeVisibleAttribute(True)>
<C1LicensedControlAttribute()>
Public Class FlexGrid 
   Inherits GridBase
   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 FlexGrid
Remarks
Supports virtualized data-binding and automatic sorting and filters in client/server scenarios.
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Grid.GridBase
               C1.iOS.Grid.FlexGrid

See Also