Enum BindingMode

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies in which direction bindings will be evaluated. Used for Mode.

Namespace: Northwoods.Go.Models
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public enum BindingMode

Fields

Name Description
OneWay

Uses data source values and sets GraphObject properties.

TwoWay

Uses data source values and GraphObject properties and keeps them in sync.