Xamarin.Forms.BindingBase Members

The members of Xamarin.Forms.BindingBase are listed below.

See Also: Inherited members from System.Object

Public Properties

ModeBindingMode. Gets or sets the mode for this binding.
StringFormatstring. Gets or sets the string format for this binding.

Public Methods

static
DisableCollectionSynchronization(IEnumerable)
Stops synchronization on the collection.
static
EnableCollectionSynchronization(IEnumerable, object, CollectionSynchronizationCallback)
Starts synchronization on the collection by using callback and context.

Protected Methods

ThrowIfApplied()
Throws an InvalidOperationException if the binding has been applied.