Class RadAIPromptItem
Inheritance
System.Object
RadAIPromptItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.AIPrompt
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class RadAIPromptItem
Constructors
RadAIPromptItem()
Declaration
protected RadAIPromptItem()
Properties
IsActive
Gets a boolean value indicating whether the item is currently active.
Declaration
public bool IsActive { get; protected set; }
Property Value
System.Boolean
|
ItemImage
Gets or sets the text of the item in the toolbar.
Declaration
public Image ItemImage { get; set; }
Property Value
System.Drawing.Image
|
ItemSvgImage
Gets or sets the text of the item in the toolbar.
Declaration
public RadSvgImage ItemSvgImage { get; set; }
Property Value
RadSvgImage
|
ItemText
Gets or sets the text of the item in the toolbar.
Declaration
public string ItemText { get; set; }
Property Value
System.String
|
Methods
CreateToolbarItem()
CreateView()
GetToolbarVisualItem()
GetView()
OnToolbarItemClick()
Declaration
protected virtual void OnToolbarItemClick()