Using of IsDragging in WPF DockingManager control

18 Feb 20251 minute to read

IsDragging property is used to find whether dragging takes place or not.

  • XAML
  • bool dragging = DockingManager.IsDragging;