Xamarin.Forms.BindableProperty: Property Members

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

Public Properties

[read-only]
DeclaringTypeType. Gets the type declaring the BindableProperty
[read-only]
DefaultBindingModeBindingMode. Gets the default BindingMode.
[read-only]
DefaultValueobject. Gets the default value for the BindableProperty.
[read-only]
DefaultValueCreatorFunc<object>. Gets the Func used as default value creator.
[read-only]
IsReadOnlybool. Gets a value indicating if the BindableProperty is created form a BindablePropertyKey.
[read-only]
PropertyNamestring. Gets the property name.
[read-only]
ReturnTypeType. Gets the type of the BindableProperty.