The properties of Xamarin.Forms.BindableProperty are listed below. For a list of all members, see the BindableProperty Members list.
See Also: Inherited members from System.Object
| [read-only] | DeclaringType | Type. Gets the type declaring the BindableProperty |
| [read-only] | DefaultBindingMode | BindingMode. Gets the default BindingMode. |
| [read-only] | DefaultValue | object. Gets the default value for the BindableProperty. |
| [read-only] | DefaultValueCreator | Func<object>. Gets the Func used as default value creator. |
| [read-only] | IsReadOnly | bool. Gets a value indicating if the BindableProperty is created form a BindablePropertyKey. |
| [read-only] | PropertyName | string. Gets the property name. |
| [read-only] | ReturnType | Type. Gets the type of the BindableProperty. |