DataViewBase.ColumnHeaderDragIndicatorTemplate Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public DataTemplate ColumnHeaderDragIndicatorTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
To learn more, see Appearance Customization.
See Also