menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewDragPreviewControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewDragPreviewControl

    Represents a control to display the popup when drag the node in SfTreeView.

    Inheritance
    System.Object
    TreeViewDragPreviewControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public class TreeViewDragPreviewControl : ContentControl, IDisposable

    Constructors

    TreeViewDragPreviewControl()

    Initializes the instance of the TreeViewDragPreviewControl class.

    Declaration
    public TreeViewDragPreviewControl()

    Methods

    Dispose()

    Disposes all the allocated resources.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the allocated resources.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    OnApplyTemplate()

    Builds the visual tree for the TreeViewDragPreviewControl.

    Declaration
    public override void OnApplyTemplate()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved