ClassCommandDescription
Base class for commands supported by map provider.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.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.
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