Class
CommandDescription

Base class for commands supported by map provider.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class CommandDescription : INotifyPropertyChanged

Inheritance: objectCommandDescription

Implements: INotifyPropertyChanged

Constructors

CommandDescription()

Declaration

cs-api-definition
public CommandDescription()

Properties

Command

Gets or sets the command that will be executed in response to UI action.

Declaration

cs-api-definition
public ICommand Command { get; set; }

Property Value

ICommand

CommandParameter

Gets or sets the command parameter associated with the respective command.

Declaration

cs-api-definition
public object CommandParameter { get; set; }

Property Value

object

DataTemplate

Gets or sets data template will be used to represent command in UI.

Declaration

cs-api-definition
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

cs-api-definition
public Uri ImageUri { get; set; }

Property Value

Uri

IsAllowed

Gets or sets a value indicating whether this command is allowed.

Declaration

cs-api-definition
public bool IsAllowed { get; set; }

Property Value

bool

IsSelected

Gets or sets a value indicating whether this command is selected initially.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged