ClassAutoBindBehavior
PropertyGridFieldBindingBehavior.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public static class AutoBindBehavior
Inheritance: objectAutoBindBehavior
Fields
BindingModeOverrideProperty
Represent the BindingMode attached property.
Declaration
public static readonly DependencyProperty BindingModeOverrideProperty
Field Value
DependencyProperty
UpdateBindingOnElementLoadedProperty
Represent the UpdateBindingOnElementLoaded attached property.
Declaration
public static readonly DependencyProperty UpdateBindingOnElementLoadedProperty
Field Value
DependencyProperty
Methods
GetBindingModeOverride(DependencyObject)
Gets the value of BindingModeOverride attached property.
Declaration
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
public static string GetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement)
Parameters
frameworkElement
FrameworkElement
The framework element.
Returns
SetBindingModeOverride(DependencyObject, BindingMode?)
Sets the value of BindingModeOverride attached property.
Declaration
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
public static void SetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement, string value)
Parameters
frameworkElement
FrameworkElement
The framework element.
value
The value.