Share via


ReorderableItemsView.CanMixGroups Property

Definition

Gets or sets a value indicating whether items from different groups can be mixed together during reordering.

public:
 property bool CanMixGroups { bool get(); void set(bool value); };
public bool CanMixGroups { get; set; }
member this.CanMixGroups : bool with get, set
Public Property CanMixGroups As Boolean

Property Value

true if items can be moved between groups during reordering; otherwise, false. The default is false.

Remarks

When true, items can be dragged and dropped between different groups during reordering operations. When false, items can only be reordered within their own group. This property is only meaningful when the items view is grouped and CanReorderItems is true.

Applies to