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

TdxBarImageOptions.UseLargeImagesForLargeIcons Property

Specifies which images to use as icons for enlarged standard size buttons.

#Declaration

Delphi
property UseLargeImagesForLargeIcons: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Standard size buttons can be assigned icons via the following properties:

If the LargeIcons option is enabled, these buttons are enlarged. The UseLargeImagesForLargeIcons property allows you to choose between standard and large size icons to be displayed for enlarged buttons if icons of both sizes are assigned. Set this property to True to apply large size icons to buttons. Otherwise, standard size icons will be used.

Note that glyph properties have priority over image list properties.

The default value of the UseLargeImagesForLargeIcons property is False.

See Also