C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class
Members


GridBase Class
Control used to display and edit tabular information.
Object Model
GridBase ClassGridCellFactoryBase ClassC1Thickness StructureGridCellRange ClassGridLength StructureGridCellRange ClassGridMergeManagerBase ClassC1Point StructureGridCellRange ClassGridUpdateAnimation ClassGridCellRange Class
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("android/view/ViewGroup", 
   DoNotGenerateAcw=True, 
   ApiSince=1)>
Public Class GridBase 
   Inherits Android.Views.ViewGroup
   Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable 
 
'Usage
 
Dim instance As GridBase
Inheritance Hierarchy

System.Object
   Java.Lang.Object
      Android.Views.View
         Android.Views.ViewGroup
            C1.Android.Grid.GridBase
               C1.Android.Grid.FlexGrid

See Also