Class ChatSuggestedActionsElement
Inheritance
System.Object
ChatSuggestedActionsElement
Inherited Members
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
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ChatSuggestedActionsElement : HorizontalScrollableStackElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
ChatSuggestedActionsElement(RadChatElement)
Declaration
public ChatSuggestedActionsElement(RadChatElement chatElement)
Parameters
RadChatElement
chatElement
|
Properties
ChatElement
Methods
AddAction(SuggestedActionDataItem)
Declaration
public void AddAction(SuggestedActionDataItem action)
Parameters
SuggestedActionDataItem
action
|
AddActions(IEnumerable<SuggestedActionDataItem>)
Declaration
public void AddActions(IEnumerable<SuggestedActionDataItem> actions)
Parameters
System.Collections.Generic.IEnumerable<SuggestedActionDataItem>
actions
|
ClearActions()
Declaration
public void ClearActions()
InitializeFields()
Declaration
protected override void InitializeFields()