Skip to main content

PivotGridControl.FieldHeaderDragIndicatorTemplate Property

Gets or sets a template used to display the drag indicator.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public DataTemplate FieldHeaderDragIndicatorTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object representing a template used to display the drag indicator.

Remarks

The drag indicator is displayed when an end-user is dragging a field header over the Header Area. It shows where the header will be placed if an end-user drops it.

See Also