CHATGPT tell me there is "Telerik.WinControls.UI.RadImageList"
but i can not find it
2 Answers, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 16 Dec 2025, 02:44 PM
Hi,
Yes, you can use any image or SVG image of your choice and apply it to CommandBarButton. RadControls support displaying svg images: Support for vector graphics.To do so, in design time, go to the Properties window and select the commandBarButton that you wish to assign an image to. Then, find the SvgImage or Image property and use a suitable image for the button:
After that, you can see the image applied to the commandbarbutton:
CHATGPT tell me there is "Telerik.WinControls.UI.RadImageList"
but i can not find it
Nadya | Tech Support Engineer
Telerik team
commented on 17 Dec 2025, 07:23 AM
Hello,
Yes, we do offer around 500 SVG icons in the Telerik.SvgIcons package. Please refer to the following KB article that demonstrates how you can use them in WinForms controls: How to adopt Telerik.SvgIcons in Telerik UI for WinForms
At this moment, we do not offer RadImageList component. If you need image list functionality, you should use the standard .NET ImageList, which is fully compatible with Telerik controls. You can assign an ImageList to RadCommandBar, then use the commandBarButton1.ImageIndex to specify the image index for the respective button.