ClassDataFormAutoBind
Class
Represents attached behavior that can be used to automatically bind data form field to its model property.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public static class DataFormAutoBind
Inheritance: objectDataFormAutoBind
Fields
BindEditPropertyProperty
Identifies the BindEditProperty attached dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty BindEditPropertyProperty
Field Value
DependencyProperty
Methods
GetBindEditProperty(FrameworkElement)
Gets the BindEditProperty property.
Declaration
cs-api-definition
public static string GetBindEditProperty(FrameworkElement editor)
Parameters
editor
FrameworkElement
Returns
SetBindEditProperty(FrameworkElement, string)
Sets the BindEditProperty property.
Declaration
cs-api-definition
public static void SetBindEditProperty(FrameworkElement editor, string value)
Parameters
editor
FrameworkElement
value