Unplanned
Last Updated: 20 Nov 2017 15:53 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 04 Oct 2017 11:49
Category: Form
Type: Bug Report
0
FIX. RadForm - setting the AllowTheming property to true when a RadRibbonFormBehavior is added is not serialized in designer file
To reproduce: follow the steps from the attached gif file.

Workaround:

        public RadForm1()
        {
            InitializeComponent();

            ((RadRibbonFormBehavior)this.FormBehavior).AllowTheming = false;
        }
Attached Files:
0 comments