DataViewBase.ColumnHeaderDragIndicatorTemplate Property
Gets or sets a template that defines the presentation of the drag indicator. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| DataTemplate | A DataTemplate object that defines the presentation of the drag indicator. |
Remarks

To learn more, see Appearance Customization.
See Also