AutoBindBehavior
Class
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
UpdateBindingOnElementLoadedProperty
DependencyProperty
Represent the UpdateBindingOnElementLoaded attached property.
C#
public static readonly DependencyProperty UpdateBindingOnElementLoadedProperty
Methods
GetBindingModeOverride(DependencyObject)
BindingMode?
Gets the value of BindingModeOverride attached property.
C#
public static BindingMode? GetBindingModeOverride(DependencyObject obj)
The object to get the property for.
Returns:BindingMode?
Gets the update binding on element loaded.
C#
public static string GetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement)
The framework element.
Returns:Sets the value of BindingModeOverride attached property.
C#
public static void SetBindingModeOverride(DependencyObject obj, BindingMode? value)
The object to set the property to.
valueBindingMode?Sets the update binding on element loaded.
C#
public static void SetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement, string value)
The framework element.
valuestringThe value.