Class
AutoBindBehavior

PropertyGridFieldBindingBehavior.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public static class AutoBindBehavior

Inheritance: objectAutoBindBehavior

Fields

BindingModeOverrideProperty

Represent the BindingMode attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty BindingModeOverrideProperty

Field Value

DependencyProperty

UpdateBindingOnElementLoadedProperty

Represent the UpdateBindingOnElementLoaded attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty UpdateBindingOnElementLoadedProperty

Field Value

DependencyProperty

Methods

GetBindingModeOverride(DependencyObject)

Gets the value of BindingModeOverride attached property.

Declaration

cs-api-definition
public static BindingMode? GetBindingModeOverride(DependencyObject obj)

Parameters

obj

DependencyObject

The object to get the property for.

Returns

BindingMode?

GetUpdateBindingOnElementLoaded(FrameworkElement)

Gets the update binding on element loaded.

Declaration

cs-api-definition
public static string GetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement)

Parameters

frameworkElement

FrameworkElement

The framework element.

Returns

string

SetBindingModeOverride(DependencyObject, BindingMode?)

Sets the value of BindingModeOverride attached property.

Declaration

cs-api-definition
public static void SetBindingModeOverride(DependencyObject obj, BindingMode? value)

Parameters

obj

DependencyObject

The object to set the property to.

value

BindingMode?

SetUpdateBindingOnElementLoaded(FrameworkElement, string)

Sets the update binding on element loaded.

Declaration

cs-api-definition
public static void SetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement, string value)

Parameters

frameworkElement

FrameworkElement

The framework element.

value

string

The value.