RadioButtons : Control
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of RadioButtons that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
Implemented properties
| Property | Supported on |
|---|---|
| DependencyProperty HeaderProperty | WASM, Skia, Mobile |
| DependencyProperty HeaderTemplateProperty | WASM, Skia, Mobile |
| DependencyProperty ItemTemplateProperty | WASM, Skia, Mobile |
| DependencyProperty ItemsProperty | WASM, Skia, Mobile |
| DependencyProperty ItemsSourceProperty | WASM, Skia, Mobile |
| DependencyProperty MaxColumnsProperty | WASM, Skia, Mobile |
| DependencyProperty SelectedIndexProperty | WASM, Skia, Mobile |
| DependencyProperty SelectedItemProperty | WASM, Skia, Mobile |
| object Header | WASM, Skia, Mobile |
| DataTemplate HeaderTemplate | WASM, Skia, Mobile |
| object ItemTemplate | WASM, Skia, Mobile |
| IList | WASM, Skia, Mobile |
| object ItemsSource | WASM, Skia, Mobile |
| int MaxColumns | WASM, Skia, Mobile |
| int SelectedIndex | WASM, Skia, Mobile |
| object SelectedItem | WASM, Skia, Mobile |
Implemented methods
| Method | Supported on |
|---|---|
| UIElement ContainerFromIndex(int) | WASM, Skia, Mobile |
Implemented events
| Event | Supported on |
|---|---|
| SelectionChangedEventHandler SelectionChanged | WASM, Skia, Mobile |
Below are all properties, methods, and events of RadioButtons that are not currently implemented in Uno.
Not implemented properties
| Property | Not supported on |
|---|---|
| DependencyProperty HeaderProperty | MacOS |
| DependencyProperty HeaderTemplateProperty | MacOS |
| DependencyProperty ItemTemplateProperty | MacOS |
| DependencyProperty ItemsProperty | MacOS |
| DependencyProperty ItemsSourceProperty | MacOS |
| DependencyProperty MaxColumnsProperty | MacOS |
| DependencyProperty SelectedIndexProperty | MacOS |
| DependencyProperty SelectedItemProperty | MacOS |
| bool HasUnwrappableNativeObject | all platforms supported by Uno Platform |
| IObjectReference NativeObject | all platforms supported by Uno Platform |
| object Header | MacOS |
| DataTemplate HeaderTemplate | MacOS |
| object ItemTemplate | MacOS |
| IList | MacOS |
| object ItemsSource | MacOS |
| int MaxColumns | MacOS |
| int SelectedIndex | MacOS |
| object SelectedItem | MacOS |
Not implemented methods
| Method | Not supported on |
|---|---|
| I As() | all platforms supported by Uno Platform |
| RadioButtons FromAbi(nint) | all platforms supported by Uno Platform |
| bool Equals(RadioButtons) | all platforms supported by Uno Platform |
| bool Equals(object) | all platforms supported by Uno Platform |
| int GetHashCode() | all platforms supported by Uno Platform |
| UIElement ContainerFromIndex(int) | MacOS |
| bool IsOverridableInterface(Guid) | all platforms supported by Uno Platform |
Not implemented events
| Event | Not supported on |
|---|---|
| SelectionChangedEventHandler SelectionChanged | MacOS |
Last updated Thursday, 16 July 2026 23:16.