Back to Devexpress

TdxRibbonSkinSelectorCustomPlacePaletteOptions Class

vcl-dxskinchoosergallery-db356845.md

latest4.3 KB
Original Source

TdxRibbonSkinSelectorCustomPlacePaletteOptions Class

The base class for all palette chooser gallery settings.

Declaration

delphi
TdxRibbonSkinSelectorCustomPlacePaletteOptions = class(
    TdxRibbonSkinSelectorCustomPlaceOptions
)

Remarks

The Ribbon Skin Selector component allows you to independently configure palette galleries displayed in a Ribbon UI and in a drop-down menu.

Main API Members

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.

Appearance Settings

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.

General-Purpose API Members

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.

Terminal TdxRibbonSkinSelectorCustomPlacePaletteOptions Class Descendants

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxRibbonSkinSelectorBaseOptions TdxRibbonSkinSelectorOwnerOptions TdxRibbonSkinSelectorCustomPlaceOptions TdxRibbonSkinSelectorCustomPlacePaletteOptions

See Also

TdxRibbonSkinSelectorCustomPlaceSkinOptions Class

TdxRibbonSkinSelectorCustomPlacePaletteOptions Members

dxSkinChooserGallery Unit