Class CommandsPanelBarItemContainerStyleSelector
A style selector that returns a different style depending on whether the underlying object is a AIPromptCommandGroup or AIPromptCommand.
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 AIPromptCommandGroup.
Declaration
public Style AIPromptCommandGroupStyle { get; set; }
Property Value
System.Windows.Style
|
AIPromptCommandStyle
Gets or sets the style for item that is a AIPromptCommand.
Declaration
public Style AIPromptCommandStyle { get; set; }
Property Value
System.Windows.Style
|
Methods
SelectStyle(Object, DependencyObject)
Declaration
public override Style SelectStyle(object item, DependencyObject container)
Parameters
System.Object
item
|
System.Windows.DependencyObject
container
|
Returns
System.Windows.Style
|