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

A base class for the AIPromptCommand and AIPromptCommandGroup classes.

Definition

Constructors

C#
protected AIPromptCommandBase()

Properties

Gets or sets the icon representing this command.

C#
public object Icon { get; set; }
Remarks:

By default a Uri object pointing to an svg image is expected which is displayed in a RadSvgImage. You can customize this by adding an implicit DataTemplate for AIPromptCommand or AIPromptCommandGroup.

Gets or sets the text representing this command.

C#
public string Text { get; set; }

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()