Class RadRadioButton
Inheritance
System.Object
RadRadioButton
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRadioButton : RadioButton, ICommandSource
Constructors
RadRadioButton()
Declaration
public RadRadioButton()
Fields
CommandParameterProperty
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CommandProperty
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CommandTargetProperty
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
|
System.Windows.Input.ICommand
|
Implements
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
|
System.Object
|
Implements
CommandTarget
Declaration
public UIElement CommandTarget { get; set; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|
Implements
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|