WPF Controls | 24 -RadioButton | HD | RadioButton in WPF

3 years ago
37

Welcome to WPF Tutorials | Radio Button in WPF

Radio Button in WPF is a content control which means it can have any object as its content. The content can have only one child element.However, the child can be a layout control such as grid, stack panel, wrap panel, dock panel etc which in turn can contain multiple elements. In this demo we're going to look some of radio button properties as well as how to group radio buttons. Additionally, we're going to see how to create radio buttons dynamically using C# code in code behind file...

#How to create RadioButton in WPF
#Content Controls in WPF
#RadioButton Properties
#Radio Button Events
#How to create RadioButton in design time
#How to create RadioButton in runtime, dynamically (aka programatically)
#Visual Studio

Any questions please drop a comment down below.
Sample code can be found here : https://crudzone.wordpress.com/wpf/

Loading comments...