New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class ToolBarCommand : INotifyPropertyChanged

Inheritance: objectToolBarCommand

Implements: INotifyPropertyChanged

Constructors

C#
public ToolBarCommand()

Properties

Gets or sets the command.

C#
public ICommand Command { get; set; }

Gets or sets the text.

C#
public string Text { get; set; }

Methods

Raises the PropertyChanged event.

C#
protected void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring
C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged