vcl-dxskinchoosergallery-d2bac32b.md
The base class for all skin selector UI element settings.
TdxRibbonSkinSelectorCustomPlaceOptions = class(
TdxRibbonSkinSelectorOwnerOptions
)
The Ribbon Skin Selector component allows you to independently configure skin and palette chooser galleries displayed in a Ribbon UI and in a drop-down menu.
The list below outlines key members of the TdxRibbonSkinSelectorCustomPlaceOptions class that allow you to configure skin and palette chooser galleries in a Ribbon UI or in a drop-down menu. Different terminal TdxRibbonSkinSelectorCustomPlaceOptions class descendants publish different API members.
CanCollapseSpecifies if a skin or palette chooser gallery can collapse in a Ribbon UI when the total window width is not enough to display all toolbar items in the current Ribbon tab in full.CollapsedExpands or collapses a skin or palette chooser gallery in a Ribbon UI.
MinColumnCount | ColumnCountAllow you to change the number of item columns in a gallery.ItemSizeSpecifies gallery item dimensions.ShowItemCaptionSpecifies if gallery item captions are visible.
AssignCopies compatible settings between skin and palette chooser galleries of a Ribbon Skin Selector component.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch chooser gallery setting changes.
Do not use the TdxRibbonSkinSelectorCustomPlaceOptions 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.TdxRibbonSkinSelectorInMenuSkinOptionsStores the settings of a skin chooser gallery when it is displayed in a drop-down window.TdxRibbonSkinSelectorInRibbonSkinOptionsStores the settings of a skin chooser gallery when it is displayed in a Ribbon UI.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxRibbonSkinSelectorBaseOptions TdxRibbonSkinSelectorOwnerOptions TdxRibbonSkinSelectorCustomPlaceOptions
See Also
TdxRibbonSkinSelectorCustomChooserOptions Class