[]
Flags defining data binding mode.
[Flags]
public enum DataBindingModeEnum
| Name | Description |
|---|---|
| Internal | Some internal parts of the object are data bound, for example if a group of rows within a RenderTable is data bound, this flag is on. |
| List | The object is bound to a valid data source via its DataBinding property. |
| None | The object is not data bound. |