New to Telerik UI for WPFStart a free 30-day trial

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

Gets or sets the style applied to RadMenuItem containers for InlineAIAssistantCommandGroup items.

C#
public Style CommandGroupStyle { get; set; }

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)
Parameters:itemobjectcontainerDependencyObjectReturns:

Style