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

PivotGridControl.FieldHeaderDragIndicatorTemplate Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

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