Posted on Feb 11, 2010 (permalink)
<Expander IsExpanded="{Binding Path=IsExpanded}"></Expander> <Telerik:RadExpander IsExpanded="{Binding Path=IsExpanded}" ></Telerik:RadExpander> Bound to private bool _isExpanded = true; public bool IsExpanded { get { return _isExpanded; } set { _isExpanded = value; //Some code } } Is this the wrong way to do it? - Martin
Bound to
Reply
Back to Top
[ WPF Expander Features | Documentation | Demos | Telerik TV | Self-Paced Trainer ]
UI controls for ASP.NET AJAX, MVC, WPF, Silverlight, Windows Forms and Windows Phone. Visual Studio productivity tools. Reporting and data layer solutions.
HTML5 / JavaScript tools for Web and Mobile applications
Functional, Performance, Load and Mobile Software Testing
CMS, Mobile Web, Ecommerce, Emarketing, Social Media
Project management software inspired by Agile best practices
It seems you haven't bookmarked any pages. Fix that by clicking the button below