  | InputDialogDataBindings Property  | 
 
            Gets the collection of data-binding objects for this 
InputDialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ControlBindingsCollection DataBindings { get; }Public ReadOnly Property DataBindings As ControlBindingsCollection
	Get
public:
virtual property ControlBindingsCollection^ DataBindings {
	ControlBindingsCollection^ get () sealed;
}abstract DataBindings : ControlBindingsCollection with get
override DataBindings : ControlBindingsCollection with get
Property Value
Type: 
ControlBindingsCollection
            The collection of data-binding objects for this 
TaskDialog.
            
Implements
IBindableComponentDataBindings
See Also