Table of Contents

Enum BindingMode

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

This enum describes how the data flows through a given Binding

public enum BindingMode

Fields

Default = 4

Data flow is obtained from target property default

OneTime = 2

Data flows from source to target once, source changes are ignored

OneWay = 1

Data flows from source to target, source changes cause data flow

OneWayToSource = 3

Data flows from target to source, target changes cause data flow

TwoWay = 0

Data flows from source to target and vice-versa