XPBindingSource.BindingBehavior Property
Defines operations the bound control can perform with the data source.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Default | Description |
---|---|---|
CollectionBindingBehavior | AllowNew | AllowRemove | A CollectionBindingBehavior value that defines how the bound control interacts with the data source. |
See Also