Skip to main content
A newer version of this page is available. .

ListBoxDragDropBehavior.DropMarkerTemplate Attached Property

Gets or sets the template that defines the drop marker‘s presentation. This is an attached property.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

Returns

Type Description
DataTemplate

A System.Windows.DataTemplate object that defines the drop marker’s presentation.

Remarks

The binding source for the DropMarkerTemplate template is represented by the DropMarkerData class.

See Also