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

GridOptionsHint.ShowColumnHeaderHints Property

Gets or sets a value specifying whether hints are displayed for column headers displaying truncated captions.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowColumnHeaderHints { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display hints for column headers displaying truncated captions; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowColumnHeaderHints
AdvBandedGridView
.OptionsHint.ShowColumnHeaderHints
BandedGridView
.OptionsHint.ShowColumnHeaderHints
GridView
.OptionsHint.ShowColumnHeaderHints

Remarks

See GridColumn.ToolTip, to learn about displaying tooltips for column headers.

The image below shows a column header hint example.

ShowColumnHeaderHint

See Also