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

TdxRibbonSkinSelectorBaseOptions Class

The base class for all Ribbon Skin Selector settings.

#Declaration

Delphi
TdxRibbonSkinSelectorBaseOptions = class(
    TcxLockablePersistent
)

#Remarks

#Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorBaseOptions class that allow you to manage setting updates and copy settings between skin selector components.

Assign
Copies compatible settings between skin selector components.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch skin selector setting changes.

#Terminal TdxRibbonSkinSelectorBaseOptions Class Descendants

Do not use the TdxRibbonSkinSelectorBaseOptions class directly. Use the following descendants instead:

TdxRibbonSkinSelectorInMenuPaletteOptions
Stores the settings of a palette chooser gallery when it is displayed in a drop-down menu.
TdxRibbonSkinSelectorInMenuSkinOptions
Stores the settings of a skin chooser gallery when it is displayed in a drop-down window.
TdxRibbonSkinSelectorInRibbonPaletteOptions
Stores appearance and behavior settings that affect a palette chooser gallery when it is displayed in a Ribbon UI.
TdxRibbonSkinSelectorInRibbonSkinOptions
Stores the settings of a skin chooser gallery when it is displayed in a Ribbon UI.
TdxRibbonSkinSelectorPaletteChooserOptions
Stores palette chooser gallery settings of a Ribbon Skin Selector component.
TdxRibbonSkinSelectorSkinChooserOptions
Stores skin chooser gallery settings of a Ribbon Skin Selector component.
See Also