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.
|
UpdateBindingOnElementLoadedProperty
Represent the UpdateBindingOnElementLoaded attached property.
Declaration
public static readonly DependencyProperty UpdateBindingOnElementLoadedProperty
Field Value
System.
|
Methods
GetBindingModeOverride(DependencyObject)
Gets the value of BindingModeOverride attached property.
Declaration
public static Nullable<BindingMode> GetBindingModeOverride(DependencyObject obj)
Parameters
System. The object to get the property for. |
Returns
System.
|
GetUpdateBindingOnElementLoaded(FrameworkElement)
Gets the update binding on element loaded.
Declaration
public static string GetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement)
Parameters
System. The framework element. |
Returns
System.
|
SetBindingModeOverride(DependencyObject, Nullable<BindingMode>)
Sets the value of BindingModeOverride attached property.
Declaration
public static void SetBindingModeOverride(DependencyObject obj, Nullable<BindingMode> value)
Parameters
System. The object to set the property to. |
System.
|
SetUpdateBindingOnElementLoaded(FrameworkElement, String)
Sets the update binding on element loaded.
Declaration
public static void SetUpdateBindingOnElementLoaded(FrameworkElement frameworkElement, string value)
Parameters
System. The framework element. |
System. The value. |