Skip to main content
All docs
V24.2

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.SVGOptions Property

Provides access to SVG image list settings.

#Declaration

Delphi
property SVGOptions: TcxImageListSVGOptions read; write;

#Property Value

Type Description
TcxImageListSVGOptions

Stores SVG image list settings.

#Remarks

Since vector images can scale up to any target size without quality losses, you can use the same set of SVG icons for both regular and large UI element icons.

Assign image lists populated with SVG icons to Images and DisabledImages properties and use the same icons as both regular and large bar item glyphs if the SVGOptions.UseRegularAsLarge property is set to True (default). The SVGOptions.LargeSize property specifies target dimensions for large bar item icons.

Refer to the TcxImageListSVGOptions class description for detailed information on all available options.

See Also