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

TdxScreenTipFooterBand Class

The TdxScreenTipFooterBand class implements the ScreenTip’s footer section that can be defined on a set of ScreenTips.

#Declaration

Delphi
TdxScreenTipFooterBand = class(
    TdxCustomScreenTipBand
)

#Remarks

A ScreenTip window is split into three sections – header, description, and footer.

These sections are of type TdxScreenTipBand, and proprietary to each ScreenTip.

If an application needs to display footer information common to a number of ScreenTips, use the ScreenTip repository’s StandardFooter property (instead of the ScreenTip’s Footer property), and toggle the UseStandardFooter property of specific ScreenTips to show this information.

#Inheritance

See Also