Table of Contents

Enum CollectionBindingBehavior

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Contains values that specify which operations can be performed on a collection.

[Flags]
public enum CollectionBindingBehavior

Fields

AllowNew = 1

Specifies that new items can be added to a collection by a bound control.

AllowNone = 0

Specifies that items are not allowed to be added to or removed from a collection by a bound control.

AllowRemove = 2

Specifies that items can be removed from a collection by a bound control.