Back to Devexpress

TdxRibbonSkinSelectorCustomPlaceSkinOptions Class

vcl-dxskinchoosergallery-096a702e.md

latest4.2 KB
Original Source

TdxRibbonSkinSelectorCustomPlaceSkinOptions Class

The base class for all skin chooser gallery settings.

Declaration

delphi
TdxRibbonSkinSelectorCustomPlaceSkinOptions = class(
    TdxRibbonSkinSelectorCustomPlaceOptions
)

Remarks

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

Main API Members

The list below outlines key members of the TdxRibbonSkinSelectorCustomPlaceSkinOptions class that allow you to configure skin chooser galleries in a Ribbon UI and in a drop-down menu. Different terminal TdxRibbonSkinSelectorCustomPlaceSkinOptions class descendants publish different API members.

Ribbon UI-Specific Skin Chooser Gallery Settings

CanCollapseSpecifies if a skin 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 skin chooser gallery in a Ribbon UI.MinColumnCount | ColumnCountAllow you to change the number of item columns in a skin chooser gallery.

Common Skin Chooser Gallery Settings

ItemIconSize | ItemSizeAllow you to resize skin chooser gallery items and their icons.ShowItemCaptionSpecifies if skin chooser gallery item captions are visible.

General-Purpose API Members

AssignCopies compatible skin chooser gallery settings between Ribbon Skin Selector components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch skin gallery setting changes.

Terminal TdxRibbonSkinSelectorCustomPlaceSkinOptions Class Descendants

Do not use the TdxRibbonSkinSelectorCustomPlaceSkinOptions class description. Use the following descendants instead:

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.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxRibbonSkinSelectorBaseOptions TdxRibbonSkinSelectorOwnerOptions TdxRibbonSkinSelectorCustomPlaceOptions TdxRibbonSkinSelectorCustomPlaceSkinOptions

See Also

TdxRibbonSkinSelectorCustomPlacePaletteOptions Class

TdxRibbonSkinSelectorCustomPlaceSkinOptions Members

dxSkinChooserGallery Unit