RadCommandBar

2 Answers 43 Views
CommandBar
Top achievements
Rank 1
Iron
Iron
Iron
asked on 13 Dec 2025, 01:38 PM

i add some "CommandBarButton"s into RadCommandBar

i need image like "Add/Edit/Cancel/Delete"

Do Telerik provide images for use  ?

Do i need png or  SVG  File ?

CHATGPT tell me there is "Telerik.WinControls.UI.RadImageList"

but i can not find it

 

2 Answers, 1 is accepted

Sort by
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:

You can also do this programmatically as follows:

this.commandBarButton1.SvgImageXml = resources.GetString("commandBarButton1.SvgImageXml");

I hope this helps. If you have any other questions, please let me know.

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Top achievements
Rank 1
Iron
Iron
Iron
answered on 16 Dec 2025, 02:51 PM

Tks for your support

i can set SVG for commandBarButton

Do Telerik provide images for use  ?

dotnet add package Telerik.SvgIcons

can u use Telerik.SvgIcons ?

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.

Regards,
Nadya

Tags
CommandBar
Asked by
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or