Skip to main content

TabControlStretchView.MoveItemsWhenDragDrop Property

Gets or sets whether the tab control reorders items in the underlying data source depending on the tabs’ order. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool MoveItemsWhenDragDrop { get; set; }

Property Value

Type Description
Boolean

true, if the tab control reorders items in the underlying data source depending on the tabs’ order; otherwise, false.

See Also