PivotGridControl.FieldHeaderDragIndicatorTemplate Property
Gets or sets a template used to display the drag indicator.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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