Class
AIPromptCommandBase

A base class for the AIPromptCommand and AIPromptCommandGroup classes.

Definition

Constructors

AIPromptCommandBase()

Declaration

cs-api-definition
protected AIPromptCommandBase()

Properties

Icon

Gets or sets the icon representing this command.

Declaration

cs-api-definition
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed.")]
public object Icon { get; set; }

Property Value

object

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.

Text

Gets or sets the text representing this command.

Declaration

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

Property Value

string

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()