Unplanned
Last Updated: 30 Mar 2016 14:01 by ADMIN
ADMIN
George
Created on: 04 Sep 2014 11:46
Category: UI for WinForms
Type: Bug Report
0
FIX. TPF - Element Hierarachy Editor - setting the ShowBorder property of RadButton's RadButtonElement is not persisted
To reproduce:

Create a RadForm and add a RadButton. Open the Element Hierarachy Editor and set the ShowBorder of the RadButtonElement to false. Another way is to set the ShowBorder property through the Properties section in Visual Studio. Save the form, close it and reopen it. You will see that the border is shown  and the property is set to true.

Workaround:

Set the value at runtime:

this.radButton1.ButtonElement.ShowBorder = false;
0 comments