Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumnHeaderCell Class / IsSet Method


In This Topic
    IsSet Method (GridColumnHeaderCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IsSet( _
       ByVal targetProperty As Xamarin.Forms.BindableProperty _
    ) As Boolean
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim targetProperty As Xamarin.Forms.BindableProperty
    Dim value As Boolean
     
    value = instance.IsSet(targetProperty)
    public bool IsSet( 
       Xamarin.Forms.BindableProperty targetProperty
    )

    Parameters

    targetProperty
    See Also