Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellsPanel Class / ClassHandle Property


In This Topic
    ClassHandle Property (GridCellsPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ClassHandle As IntPtr
    'Usage
     
    
    Dim instance As GridCellsPanel
    Dim value As IntPtr
     
    value = instance.ClassHandle
    public virtual IntPtr ClassHandle {get;}
    See Also