Interface ICommandSource
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface ICommandSource
Properties
Command
Declaration
ICommand Command { get; }
Property Value
|
System.Windows.Input.ICommand
|
CommandParameter
Declaration
object CommandParameter { get; }
Property Value
|
System.Object
|
CommandTarget
Declaration
UIElement CommandTarget { get; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|