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.2.Core.dll
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