Back to Devexpress

Detail ToolTip

windowsforms-564-controls-and-libraries-data-grid-visual-elements-master-detail-mode-related-elements-detail-tooltip.md

latest1.6 KB
Original Source

Detail ToolTip

  • Apr 01, 2018

A detail tooltip is a popup window that appears while hovering over the master-detail expand button of a master row. The tooltip displays captions of all detail Views associated with the master row. The end-user can click a caption to open the corresponding detail View.

The following table lists the main properties affecting element appearance.

|

Appearance

|

GridViewAppearances.DetailTip

| |

Contents

|

By default, a detail tooltip displays the name of the corresponding master-detail relation. To change the display text, use the detail View’s BaseView.ViewCaption property or GridView.MasterRowGetRelationDisplayCaption event.

| |

Availability

|

GridOptionsDetail.EnableDetailToolTip

|

See Also

Master-Detail Relationships

Working with Master-Detail Relationships in Code