RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[FlagsAttribute]
public enum PropertyBindingOptions
Visual Basic
<FlagsAttribute> _
Public Enumeration PropertyBindingOptions

Members

Member nameValueDescription
OneWay1 One-way binding
TwoWay2 Two-way binding. Both source and target objects can modify the current value.
NoChangeNotify4 No notifications are raised for the bound object.
PreserveAsLocalValue8 Binding value is preserved as local upon unbind.

See Also