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

TdxScreenTipRepository.StandardFooter Property

Specifies footer settings common to a number of ScreenTips.

#Declaration

Delphi
property StandardFooter: TdxScreenTipFooterBand read; write;

#Property Value

Type
TdxScreenTipFooterBand

#Remarks

Each ScreenTip contains footer information provided by the proprietary Footer property. Some ScreenTips can contain standard footer information. In order to avoid repetition, you can specify footer information using the StandardFooter property. To display this information in specific ScreenTips, set their UseStandardFooter property to True.

See Also