Click or drag to resize

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)
Syntax
public ControlBindingsCollection DataBindings { get; }

Property Value

Type: ControlBindingsCollection
The collection of data-binding objects for this TaskDialog.

Implements

IBindableComponentDataBindings
See Also