MobileForms Toolkit Documentation

Item.BindingContext Property

Gets or sets the BindingContext for the item.

public virtual System.Windows.Forms.BindingContext BindingContext {get; set;}

Property Value

A BindingContext for the item.

Remarks

The BindingContext of an Item is used to return a single BindingManagerBase for all datasource contained by the Item.

See Also

Item Class | Resco.Controls.DetailView Namespace