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