Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumnHeaderCell Class / IsDisposed Property


In This Topic
    IsDisposed Property
    In This Topic
    Indicates whether the Dispose(Boolean) method was called.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDisposed As Boolean
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As Boolean
     
    value = instance.IsDisposed
    public bool IsDisposed {get;}
    See Also