ClassCommandDescription
Base class for commands supported by map provider.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class CommandDescription : INotifyPropertyChanged
Inheritance: objectCommandDescription
Implements:
Constructors
CommandDescription()
Declaration
public CommandDescription()
Properties
Command
Gets or sets the command that will be executed in response to UI action.
CommandParameter
Gets or sets the command parameter associated with the respective command.
CommandTarget
Gets or sets the command target associated with the respective command.
Declaration
public UIElement CommandTarget { get; set; }
Property Value
UIElement
DataTemplate
Gets or sets data template will be used to represent command in UI.
Declaration
public DataTemplate DataTemplate { get; set; }
Property Value
DataTemplate
ImageUri
Gets or sets URI of the image is used in the map source button data template.
Declaration
public Uri ImageUri { get; set; }
Property Value
Uri
IsAllowed
Gets or sets a value indicating whether this command is allowed.
IsSelected
Gets or sets a value indicating whether this command is selected initially.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements