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

GridOptionsHint.ShowFooterHints Property

Gets or sets whether tooltips are displayed for footer cells, when the text is clipped.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

A Boolean value that specifies whether tooltips are displayed for footer cells, when the text is clipped.

Property Paths

You can access this nested property as listed below:

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

Remarks

FooterCellHints

See Also