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

GridOptionsDetail.EnableDetailToolTip Property

Gets or sets whether detail tooltips are displayed when the mouse pointer hovers over a master row’s expand button. This option must be applied to a master view.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool EnableDetailToolTip { get; set; }

Property Value

Type Default Description
Boolean **false**

true if detail tooltips are displayed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableDetailToolTip
AdvBandedGridView
.OptionsDetail .EnableDetailToolTip
BandedGridView
.OptionsDetail .EnableDetailToolTip
GridView
.OptionsDetail .EnableDetailToolTip

Remarks

A single master row can contain multiple detail views. If the EnableDetailToolTip option is enabled, a detail tooltip is displayed when the mouse pointer hovers over the master row’s expand button. The tooltip allows users to switch between detail views.

Detail Tooltips

Note that expand buttons are not displayed if the EnableMasterViewMode or ShowDetailButtons option is disabled.

If the ShowDetailTabs option is enabled, users can also utilize detail tabs to switch between the tabs.

Show Detail Tabs

See Also