Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPBindingSource.BindingBehavior Property

Defines operations the bound control can perform with the data source.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[DefaultValue(CollectionBindingBehavior.AllowNew | CollectionBindingBehavior.AllowRemove)]
public CollectionBindingBehavior BindingBehavior { get; set; }

Property Value

Type Default Description
CollectionBindingBehavior **AllowNew** | **AllowRemove**

A CollectionBindingBehavior value that defines how the bound control interacts with the data source.

See Also