Declined
Last Updated: 21 Jun 2018 14:52 by ADMIN
Nebojsa Mancic
Created on: 17 Feb 2018 09:02
Category: UI for WPF
Type: Feature Request
0
Expander: disable header
I want to have opportunity to disable RadExpander header because I want to programmatically expand or collapse RadExpander control.
1 comment
ADMIN
Sia
Posted on: 20 Feb 2018 15:15
Currently you can disable the RadExpander, which will prevent its expanding by the user but still you will be able to change the IsExpanded property value in code: 

this.radExpander.IsExpanded = false; 

However in some themes the Header becomes lighter when disabled. Please let us know if this happens in your case.