Class DataFormAutoBind
Represents attached behavior that can be used to automatically bind data form field to its model property.
Inheritance
System.Object
DataFormAutoBind
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public static class DataFormAutoBind
Fields
BindEditPropertyProperty
Identifies the BindEditProperty attached dependency property.
Declaration
public static readonly DependencyProperty BindEditPropertyProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetBindEditProperty(FrameworkElement)
Gets the BindEditProperty property.
Declaration
public static string GetBindEditProperty(FrameworkElement editor)
Parameters
System.Windows.FrameworkElement
editor
|
Returns
System.String
|
SetBindEditProperty(FrameworkElement, String)
Sets the BindEditProperty property.
Declaration
public static void SetBindEditProperty(FrameworkElement editor, string value)
Parameters
System.Windows.FrameworkElement
editor
|
System.String
value
|