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 ChatPickerTemplateSelector class.
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.Maui.Controls.DataTemplate
|
DatePickerTemplate
Gets or sets the template displayed when showing a date picker.
Declaration
public DataTemplate DatePickerTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.DataTemplate
|
ItemPickerTemplate
Gets or sets the template displayed when showing an item picker.
Declaration
public DataTemplate ItemPickerTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.DataTemplate
|
TimePickerTemplate
Gets or sets the template displayed when showing a time picker.
Declaration
public DataTemplate TimePickerTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.DataTemplate
|
Methods
OnSelectTemplate(Object, BindableObject)
Declaration
protected override DataTemplate OnSelectTemplate(object item, BindableObject container)
Parameters
System.Object
item
|
Microsoft.Maui.Controls.BindableObject
container
|
Returns
Microsoft.Maui.Controls.DataTemplate
|