Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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