ListBoxDragDropBehavior.DragDropHintTemplate Attached Property
Gets or sets the template that defines the drag-and-drop hint‘s presentation. This is an attached property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetDragDropHintTemplate(DependencyObject) and SetDragDropHintTemplate(DependencyObject, DataTemplate).
Returns
Type | Description |
---|---|
DataTemplate | A System.Windows.DataTemplate object that defines the drag-and-drop hint’s presentation. |
Remarks
The binding source for the DragDropHintTemplate template is represented by the DragDropHintData class.
See Also