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

TdxRibbonSkinSelectorCustomInRibbonPaletteOptions Class

The base class for all classes that store the settings of a palette chooser gallery when it is displayed in a Ribbon UI.

#Declaration

Delphi
TdxRibbonSkinSelectorCustomInRibbonPaletteOptions = class(
    TdxRibbonSkinSelectorCustomPlacePaletteOptions
)

#Remarks

A TdxRibbonSkinSelectorCustomInRibbonPaletteOptions class descendant implements settings that affect a palette chooser gallery when it is displayed in a Ribbon UI.

#Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorCustomInRibbonPaletteOptions class that allow you to configure a palette chooser gallery displayed in a Ribbon UI.

#Appearance Settings

CanCollapse
Specifies if a palette chooser gallery can collapse in a Ribbon UI when the total window width is not enough to display all toolbar items in full.
Collapsed
Expands or collapses a palette chooser gallery in a Ribbon UI.
CollapsedGlyph
Allows you to define a custom glyph for a collapsed palette chooser in a Ribbon UI.
MinColumnCount | ColumnCount
Allow you to change the number of columns in a palette chooser gallery.
ItemSize
Allows you to resize palette chooser gallery items.
ShowItemCaption
Specifies if palette chooser gallery items are visible.

#General-Purpose API Members

Assign
Copies in-menu palette chooser gallery settings between Ribbon Skin Selector components.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch gallery appearance changes.

#Terminal TdxRibbonSkinSelectorCustomInRibbonPaletteOptions Class Descendant

Do not use the TdxRibbonSkinSelectorCustomInRibbonPaletteOptions class directly. Use the TdxRibbonSkinSelectorInRibbonPaletteOptions class instead.

See Also