Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarHeadersPanel Class / ClassHandle Property


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