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

TdxRibbonGalleryBaseOptions.ItemImageSize Property

Specifies the height and width of item images within a gallery group.

#Declaration

Delphi
property ItemImageSize: TcxItemSize read; write;

#Property Value

Type
TcxItemSize

#Remarks

Use this property to scale images within the group. Setting either the ItemImageSize.Height or ItemImageSize.Width property to 0 restores the original image size. By default, both these properties are set to 0.

Note that the image size cannot be more than the item size specified by the ItemSize property.

See Also