Unplanned
Last Updated: 25 Mar 2024 09:48 by ADMIN
Kevin
Created on: 25 Mar 2024 09:32
Category: RibbonBar
Type: Bug Report
0
RadRibbonBar: RadImageButtonElement ShowBorder property is not serialized
Setting the ShowBorder property design time, will not serialize its value in the designer. Changing the form size, for example, will remove the setter of this property from the designer.cs file.
1 comment
ADMIN
Dinko | Tech Support Engineer
Posted on: 25 Mar 2024 09:48

Hello Kevin,

Thank you for reporting this. A possible workaround is to set this property programmatically.

public Form1()
{
    InitializeComponent();
    this.radImageButtonElement1.ShowBorder = false;
}

Regards,
Dinko | Tech Support Engineer
Progress Telerik

A brand new ThemeBuilder course was just added to the Virtual Classroom. The training course was designed to help you get started with ThemeBuilder for styling Telerik and Kendo UI components for your applications. You can check it out at https://learn.telerik.com