Selects the appropriate Style for RadMenuItem containers representing InlineAIAssistantCommand and InlineAIAssistantCommandGroup items.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class InlineAIAssistantCommandsStyleSelector : StyleSelector
Inheritance: objectInlineAIAssistantCommandsStyleSelector
Constructors
C#
public InlineAIAssistantCommandsStyleSelector()
Properties
CommandGroupStyle
Style
Gets or sets the style applied to RadMenuItem containers for InlineAIAssistantCommandGroup items.
C#
public Style CommandGroupStyle { get; set; }
CommandStyle
Style
Gets or sets the style applied to RadMenuItem containers for leaf InlineAIAssistantCommand items.
C#
public Style CommandStyle { get; set; }
Methods
C#
public override Style SelectStyle(object item, DependencyObject container)
Style