Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DataTemplate ColumnHeaderDragIndicatorTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of the drag indicator.

Remarks

Header Drag Indicator

To learn more, see Appearance Customization.

See Also