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


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