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

TdxRibbonCustomButtonPersistent Class

The base class for classes that contain settings of Ribbon control buttons with customizable glyphs.

#Declaration

Delphi
TdxRibbonCustomButtonPersistent = class(
    TPersistent
)

#Remarks

This class introduces the following properties:

  • Glyph and StretchGlyph – Allow you to specify a button’s glyph and fit it into the button’s boundaries;

  • ScreenTip – Allows you to associate a ScreenTip with the button;

  • Ribbon – Provides access to the Ribbon control that owns the button.

The TdxRibbonApplicationButton and TdxRibbonHelpButton classes inherit from TdxRibbonCustomButtonPersistent to contain settings of the Ribbon control’s Application Button and Help Button, respectively.

#Inheritance

TObject
TPersistent
TdxRibbonCustomButtonPersistent
See Also