Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class
Members


In This Topic
    FlexGrid Class
    In This Topic
    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
    [DefaultMember("Item")]
    [Foundation.Register("FlexGrid")]
    [DesignTimeVisible(true)]
    [C1LicensedControl()]
    public class FlexGrid : GridBase, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    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