RadAIPromptItem
Class
Definition
Namespace:Telerik.WinControls.UI.AIPrompt
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public abstract class RadAIPromptItem
Inheritance: objectRadAIPromptItem
Derived Classes:
Constructors
C#
protected RadAIPromptItem()
Properties
Gets a boolean value indicating whether the item is currently active.
C#
public bool IsActive { get; protected set; }
Gets or sets the text of the item in the toolbar.
C#
public Image ItemImage { get; set; }
Gets or sets the text of the item in the toolbar.
C#
public RadSvgImage ItemSvgImage { get; set; }
Methods
C#
protected virtual void OnToolbarItemClick()