Click or drag to resize

PartitionableListTPartialViewMAddBehavior 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 PartitionableListTPartialViewM;

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

Property Value

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