Enum PropertyBindingOptions
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[Flags]
public enum PropertyBindingOptions
NoChangeNotify
No notifications are raised for the bound object.
OneWay
One-way binding
PreserveAsLocalValue
Binding value is preserved as local upon unbind.
TwoWay
Two-way binding. Both source and target objects can modify the current value.