Class ResponseToolBarItem
Represents a configuration object used to describe a response toolbar item's appearance and behavior.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.WinForms.AIAssistView
Assembly: Syncfusion.SfAIAssistView.WinForms.dll
Syntax
public class ResponseToolBarItem : ToolBarItemBase, INotifyPropertyChanged
Constructors
ResponseToolBarItem()
Initializes a new instance of the ResponseToolBarItem class.
Declaration
public ResponseToolBarItem()
Properties
ItemType
Gets or sets the functional category of the toolbar item.
Declaration
public ResponseToolBarItemType ItemType { get; set; }
Property Value
| Type |
|---|
| ResponseToolBarItemType |
Implements
System.ComponentModel.INotifyPropertyChanged