vcl-dxskinchoosergallery-db356845.md
The base class for all palette chooser gallery settings.
TdxRibbonSkinSelectorCustomPlacePaletteOptions = class(
TdxRibbonSkinSelectorCustomPlaceOptions
)
The Ribbon Skin Selector component allows you to independently configure palette galleries displayed in a Ribbon UI and in a drop-down menu.
The list below outlines key members of the TdxRibbonSkinSelectorCustomPlacePaletteOptions class that allow you to configure a palette chooser gallery in a Ribbon UI or in a drop-down menu.
CanCollapseSpecifies 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.CollapsedExpands or collapses a palette chooser gallery in a Ribbon UI.CollapsedGlyphSpecifies a custom glyph for a palette chooser gallery when it is collapsed.MinColumnCount | ColumnCountAllow you to change the number of columns in a palette chooser gallery.ItemIconSize | ItemSizeAllow you to resize palette chooser gallery items and their icons.ShowItemCaptionSpecifies if palette chooser gallery item captions are visible.
AssignCopies compatible palette chooser gallery settings between Ribbon Skin Selector components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch skin gallery setting changes.
Do not use the TdxRibbonSkinSelectorCustomPlacePaletteOptions class directly. Use the following descendants instead:
TdxRibbonSkinSelectorInMenuPaletteOptionsStores the settings of a palette chooser gallery when it is displayed in a drop-down menu.TdxRibbonSkinSelectorInRibbonPaletteOptionsStores appearance and behavior settings that affect a palette chooser gallery when it is displayed in a Ribbon UI.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxRibbonSkinSelectorBaseOptions TdxRibbonSkinSelectorOwnerOptions TdxRibbonSkinSelectorCustomPlaceOptions TdxRibbonSkinSelectorCustomPlacePaletteOptions
See Also
TdxRibbonSkinSelectorCustomPlaceSkinOptions Class