Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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