Class CommandsPanelBarItemContainerStyleSelector
A style selector that returns a different style depending on whether the underlying object is a AIPrompt
Inheritance
System.Object
CommandsPanelBarItemContainerStyleSelector
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class CommandsPanelBarItemContainerStyleSelector : StyleSelector
Constructors
CommandsPanelBarItemContainerStyleSelector()
Declaration
public CommandsPanelBarItemContainerStyleSelector()
Properties
AIPromptCommandGroupStyle
Gets or sets the style for item that is a AIPrompt
Declaration
public Style AIPromptCommandGroupStyle { get; set; }
Property Value
System.
|
AIPromptCommandStyle
Gets or sets the style for item that is a AIPrompt
Declaration
public Style AIPromptCommandStyle { get; set; }
Property Value
System.
|
Methods
SelectStyle(Object, DependencyObject)
Declaration
public override Style SelectStyle(object item, DependencyObject container)
Parameters
System.
|
System.
|
Returns
System.
|