Class
ToolBarCommand

Represents a command wrapper that is used in RadChat's ToolBar.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class ToolBarCommand : INotifyPropertyChanged

Inheritance: objectToolBarCommand

Implements: INotifyPropertyChanged

Constructors

ToolBarCommand()

Declaration

cs-api-definition
public ToolBarCommand()

Properties

Command

Gets or sets the command.

Declaration

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

Property Value

ICommand

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Methods

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged