Class ChatPickerTemplateSelector
Represents a selector that selects a template for the chat picker.
Inheritance
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ChatPickerTemplateSelector : DataTemplateSelector
Constructors
ChatPickerTemplateSelector()
Initializes a new instance of the Chat
Declaration
public ChatPickerTemplateSelector()
Properties
CardPickerTemplate
Gets or sets the template displayed when showing a card picker.
Declaration
public DataTemplate CardPickerTemplate { get; set; }
Property Value
Microsoft.
|
DatePickerTemplate
Gets or sets the template displayed when showing a date picker.
Declaration
public DataTemplate DatePickerTemplate { get; set; }
Property Value
Microsoft.
|
ItemPickerTemplate
Gets or sets the template displayed when showing an item picker.
Declaration
public DataTemplate ItemPickerTemplate { get; set; }
Property Value
Microsoft.
|
TimePickerTemplate
Gets or sets the template displayed when showing a time picker.
Declaration
public DataTemplate TimePickerTemplate { get; set; }
Property Value
Microsoft.
|
Methods
OnSelectTemplate(Object, BindableObject)
Declaration
protected override DataTemplate OnSelectTemplate(object item, BindableObject container)
Parameters
System.
|
Microsoft.
|
Returns
Microsoft.
|