MonoMobile.Views.BindingOperations.IsDataBound C# (CSharp) Method

IsDataBound() public static method

public static IsDataBound ( IBindable target, string property ) : bool
target IBindable
property string
return bool
        public static bool IsDataBound(IBindable target, string property)
        {
            return false;
        }