New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public static class DataFormAutoBind

Inheritance: objectDataFormAutoBind

Fields

BindEditPropertyProperty

DependencyProperty

Identifies the BindEditProperty attached dependency property.

C#
public static readonly DependencyProperty BindEditPropertyProperty

Methods

Gets the BindEditProperty property.

C#
public static string GetBindEditProperty(FrameworkElement editor)
Parameters:editorFrameworkElementReturns:

string

Sets the BindEditProperty property.

C#
public static void SetBindEditProperty(FrameworkElement editor, string value)
Parameters:editorFrameworkElementvaluestring