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.
|
CommandParameter
Declaration
object CommandParameter { get; }
Property Value
System.
|
CommandTarget
Declaration
UIElement CommandTarget { get; }
Property Value
Microsoft.
|