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 |
|
OnApplyTemplate()
Builds the visual tree for the TreeViewDragPreviewControl.
Declaration
public override void OnApplyTemplate()
Implements
System.IDisposable