  | InputDialogBindingContext Property  | 
 
            Gets or sets the collection of currency managers for the 
InputDialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BindingContext BindingContext { get; set; }Public Property BindingContext As BindingContext
	Get
	Set
public:
virtual property BindingContext^ BindingContext {
	BindingContext^ get () sealed;
	void set (BindingContext^ value) sealed;
}abstract BindingContext : BindingContext with get, set
override BindingContext : BindingContext with get, set
Property Value
Type: 
BindingContext
            The collection of currency managers for the 
TaskDialog.
            
Implements
IBindableComponentBindingContext
See Also