New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
[Flags]
public enum PropertyBindingOptions

Fields

No notifications are raised for the bound object.

C#
NoChangeNotify = 4

One-way binding

C#
OneWay = 1

Binding value is preserved as local upon unbind.

C#
PreserveAsLocalValue = 8

Two-way binding. Both source and target objects can modify the current value.

C#
TwoWay = 2