Class RadButton
Inheritance
System.Object
RadButton
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadButton : Button, ICommandSource
Constructors
RadButton()
Declaration
public RadButton()
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
ExecuteCommand()
Declaration
protected void ExecuteCommand()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|