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

TdxRibbonSkinSelectorCustomPlaceOptions.ItemSize Property

Specifies skin or palette gallery item dimensions, in pixels.

#Declaration

Delphi
property ItemSize: TcxItemSize read; write;

#Property Value

Type Description
TcxItemSize

Use ItemSize.Width and ItemSize.Height properties to explicitly define gallery item dimensions, in pixels at 96 DPI.

The default gallery item dimensions (0) indicate that the Ribbon Skin Chooser component automatically calculates item dimensions.

See Also