BindableObject.IsSet(BindableProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the target property exists and has been set.
public bool IsSet (Xamarin.Forms.BindableProperty targetProperty);
member this.IsSet : Xamarin.Forms.BindableProperty -> bool
Parameters
- targetProperty
- BindableProperty
The property to check.
Returns
System.Boolean
true
if the target property exists and has been set. If the property has not been set, returns false
. If the targetProperty
is null, an ArgumentNullException
is thrown.