Skip to main content

DataViewBase.ColumnHeaderToolTipTemplate Property

Gets or sets the template that defines the presentation of a column header's tooltip. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public DataTemplate ColumnHeaderToolTipTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of a column header's tooltip.

#Remarks

The binding source for the ColumnHeaderToolTipTemplate template is specified by the BaseColumn.HeaderToolTip property's value. Each column provides the BaseColumn.HeaderToolTip property, that allows you to specify a custom template used to render the contents of its tooltip.

To learn more, see Styles and Templates Overview.

See Also