Class
CommandsPanelBarItemContainerStyleSelector

A style selector that returns a different style depending on whether the underlying object is a AIPromptCommandGroup or AIPromptCommand.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class CommandsPanelBarItemContainerStyleSelector : StyleSelector

Inheritance: objectCommandsPanelBarItemContainerStyleSelector

Constructors

CommandsPanelBarItemContainerStyleSelector()

Declaration

cs-api-definition
public CommandsPanelBarItemContainerStyleSelector()

Properties

AIPromptCommandGroupStyle

Gets or sets the style for item that is a AIPromptCommandGroup.

Declaration

cs-api-definition
public Style AIPromptCommandGroupStyle { get; set; }

Property Value

Style

AIPromptCommandStyle

Gets or sets the style for item that is a AIPromptCommand.

Declaration

cs-api-definition
public Style AIPromptCommandStyle { get; set; }

Property Value

Style

Methods

SelectStyle(object, DependencyObject)

Declaration

cs-api-definition
public override Style SelectStyle(object item, DependencyObject container)

Parameters

item

object

container

DependencyObject

Returns

Style