Binding Radio buttons in XAML by Wpf grid layout

Sun, 06 Sep 2009 00:00:14 -0600

Binding Radio buttons in XAML

by Wpf grid layout @ Sun, 06 Sep 2009 00:00:14 -0600



Here's how to to bind a radio button to a list, setting both the button and text portions of the radio button. public class ReviewReason : NHibernateEntityBase { public override int Id { get { return ReviewReasonId; } ...