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

Detail ToolTip

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.

 

VisualElems_MasterDetail_DetailTooltip

 

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