Class AutoBindBehavior
PropertyGridFieldBindingBehavior.
Inheritance
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public static class AutoBindBehavior : Object
Fields
BindingModeOverrideProperty
Represent the BindingMode attached property.
Declaration
public static readonly DependencyProperty BindingModeOverrideProperty
Field Value
System.Windows.DependencyProperty
|
UpdateBindingOnElementLoadedProperty
Represent the UpdateBindingOnElementLoaded attached property.
Declaration
public static readonly DependencyProperty UpdateBindingOnElementLoadedProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetBindingModeOverride(DependencyObject)
Gets the value of BindingModeOverride attached property.
Declaration
public static Nullable<BindingMode> GetBindingModeOverride(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object to get the property for. |
Returns
System.Nullable<System.Windows.Data.BindingMode>
|
GetUpdateBindingOnElementLoaded(FrameworkElement)
Gets the update binding on element loaded.
Declaration
public static string GetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement)
Parameters
System.Windows.FrameworkElement
frameworkElement
The framework element. |
Returns
System.String
|
SetBindingModeOverride(DependencyObject, Nullable<BindingMode>)
Sets the value of BindingModeOverride attached property.
Declaration
public static void SetBindingModeOverride(DependencyObject obj, Nullable<BindingMode> value)
Parameters
System.Windows.DependencyObject
obj
The object to set the property to. |
System.Nullable<System.Windows.Data.BindingMode>
value
|
SetUpdateBindingOnElementLoaded(FrameworkElement, String)
Sets the update binding on element loaded.
Declaration
public static void SetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement, string value)
Parameters
System.Windows.FrameworkElement
frameworkElement
The framework element. |
System.String
value
The value. |