Back to Devexpress

DataViewBase.ColumnHeaderDragIndicatorTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-e999c65e.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataTemplate ColumnHeaderDragIndicatorTemplate { get; set; }
vb
Public Property ColumnHeaderDragIndicatorTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

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

|

Remarks

To learn more, see Appearance Customization.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace