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.
|
CommandProperty
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Microsoft.
|
CommandTargetProperty
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
Microsoft.
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.
|
Implements
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
System.
|
Implements
CommandTarget
Declaration
public UIElement CommandTarget { get; set; }
Property Value
Microsoft.
|
Implements
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|