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

PropertyGridFieldBindingBehavior.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public static class AutoBindBehavior

Inheritance: objectAutoBindBehavior

Fields

BindingModeOverrideProperty

DependencyProperty

Represent the BindingMode attached property.

C#
public static readonly DependencyProperty BindingModeOverrideProperty

Represent the UpdateBindingOnElementLoaded attached property.

C#
public static readonly DependencyProperty UpdateBindingOnElementLoadedProperty

Methods

Gets the value of BindingModeOverride attached property.

C#
public static BindingMode? GetBindingModeOverride(DependencyObject obj)
Parameters:objDependencyObject

The object to get the property for.

Returns:

BindingMode?

Gets the update binding on element loaded.

C#
public static string GetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement)
Parameters:frameworkElementFrameworkElement

The framework element.

Returns:

string

Sets the value of BindingModeOverride attached property.

C#
public static void SetBindingModeOverride(DependencyObject obj, BindingMode? value)
Parameters:objDependencyObject

The object to set the property to.

valueBindingMode?

Sets the update binding on element loaded.

C#
public static void SetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement, string value)
Parameters:frameworkElementFrameworkElement

The framework element.

valuestring

The value.