BaseColumn.HeaderToolTip Property
In This Article
Gets or sets the column header's tooltip. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents the column header's tooltip. |
#Remarks
If the HeaderToolTip property is not specified, a tooltip is displayed for a column header if its caption is clipped. By default, a tooltip contains the text displayed within a column header. To specify custom text for the tooltip of an individual column, use the HeaderToolTip property. In this instance, the tooltip is automatically displayed when an end-user hovers the mouse pointer over the column's header.
See Also