PivotGridControl.FieldHeaderDragIndicatorTemplate Property
In This Article
Gets or sets a template used to display the drag indicator.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public DataTemplate FieldHeaderDragIndicatorTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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