Class CommandDescription
Inheritance
System.Object
CommandDescription
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CommandDescription : Object, INotifyPropertyChanged
Constructors
CommandDescription()
Declaration
public CommandDescription()
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
|
System.Windows.Input.ICommand
|
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
|
System.Object
|
CommandTarget
Declaration
public UIElement CommandTarget { get; set; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|
DataTemplate
Declaration
public DataTemplate DataTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
ImageUri
Declaration
public Uri ImageUri { get; set; }
Property Value
|
System.Uri
|
IsAllowed
Declaration
public bool IsAllowed { get; set; }
Property Value
|
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
|
System.Boolean
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|