FastBindingListTDisposeBehavior Property

Specifies the strategy for treating the wrapped Items and the added values when this instance is disposed.
Default value: DisposeCollection.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public BindingListDisposeBehavior DisposeBehavior { get; set; }

Property Value

BindingListDisposeBehavior

See Also