Click or drag to resize

PartitionableList<T>.PartialView<M>.AddBehavior Property

Gets or sets a property that determines at which position in the parent's list an item is placed when it is added to the PartitionableList<T>.PartialView<M>;

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public PartitionableListAddBehavior AddBehavior { get; set; }

Property Value

PartitionableListAddBehavior
The behavior when an item is added to this view.
See Also