ClassRadChatPicker
Represents a view that displays a picker which expects input from the user.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadChatPicker : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadChatPicker
Implements:
Inherited Members
Constructors
RadChatPicker()
Initializes a new instance of the RadChatPicker class.
Declaration
public RadChatPicker()
Fields
ActualCancelCommandProperty
Identifies the ActualCancelCommand property.
Declaration
public static readonly BindableProperty ActualCancelCommandProperty
Field Value
BindableProperty
ActualOkCommandProperty
Identifies the ActualOkCommand property.
Declaration
public static readonly BindableProperty ActualOkCommandProperty
Field Value
BindableProperty
CancelButtonTextColorProperty
Identifies the CancelButtonTextColor property.
Declaration
public static readonly BindableProperty CancelButtonTextColorProperty
Field Value
BindableProperty
CancelCommandProperty
Identifies the CancelCommand property.
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
BindableProperty
ContextProperty
Identifies the Context property.
Declaration
public static readonly BindableProperty ContextProperty
Field Value
BindableProperty
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
FooterBackgroundColorProperty
Identifies the FooterBackgroundColor property.
Declaration
public static readonly BindableProperty FooterBackgroundColorProperty
Field Value
BindableProperty
HeaderBackgroundColorProperty
Identifies the HeaderBackgroundColor property.
Declaration
public static readonly BindableProperty HeaderBackgroundColorProperty
Field Value
BindableProperty
HeaderTextColorProperty
Identifies the HeaderTextColor property.
Declaration
public static readonly BindableProperty HeaderTextColorProperty
Field Value
BindableProperty
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
BindableProperty
IsCancelButtonVisibleProperty
Identifies the IsCancelButtonVisible property.
Declaration
public static readonly BindableProperty IsCancelButtonVisibleProperty
Field Value
BindableProperty
IsOkButtonVisibleProperty
Identifies the IsOkButtonVisible property.
Declaration
public static readonly BindableProperty IsOkButtonVisibleProperty
Field Value
BindableProperty
OkButtonTextColorProperty
Identifies the OkButtonTextColor property.
Declaration
public static readonly BindableProperty OkButtonTextColorProperty
Field Value
BindableProperty
OkCommandProperty
Identifies the OkCommand property.
Declaration
public static readonly BindableProperty OkCommandProperty
Field Value
BindableProperty
TemplateSelectorProperty
Identifies the TemplateSelector property.
Declaration
public static readonly BindableProperty TemplateSelectorProperty
Field Value
BindableProperty
Properties
ActualCancelCommand
Gets the actual command that is executed when the Cancel button is pressed. This command will execute the custom CancelCommand.
ActualOkCommand
Gets the actual command that is executed when the Ok button is pressed. This command will execute the custom OkCommand.
CancelButtonTextColor
Gets or sets the text color of the Cancel button of the picker.
Declaration
public Color CancelButtonTextColor { get; set; }
Property Value
Color
CancelCommand
Gets or sets the user command that will be executed when the Cancel button is pressed.
Context
Gets or sets the picker context that carries information about the data that should be displayed in the picker.
Declaration
public PickerContext Context { get; set; }
Property Value
ControlTemplate
Gets or sets the control template of this view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
FooterBackgroundColor
Gets or sets the background of the picker's footer.
Declaration
public Color FooterBackgroundColor { get; set; }
Property Value
Color
HeaderBackgroundColor
Gets or sets the background of the picker's header.
Declaration
public Color HeaderBackgroundColor { get; set; }
Property Value
Color
HeaderText
Gets or sets the text displayed as the header of the picker.
HeaderTextColor
Gets or sets the color of the picker's header text.
Declaration
public Color HeaderTextColor { get; set; }
Property Value
Color
IsCancelButtonVisible
Gets or sets a value that determines whether the Cancel button is visible.
IsOkButtonVisible
Gets or sets a value that determines whether the Ok button is visible.
OkButtonTextColor
Gets or sets the text color of the Ok button of the picker.
Declaration
public Color OkButtonTextColor { get; set; }
Property Value
Color
OkCommand
Gets or sets the user command that will be executed when the Ok button is pressed.
TemplateSelector
Gets or sets the template selector that determines the DataTemplate that should be used for the corresponding Context.
Declaration
public DataTemplateSelector TemplateSelector { get; set; }
Property Value
DataTemplateSelector
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Events
CancelClicked
Occurs when the Cancel button is clicked.
OkClicked
Occurs when the Ok button is clicked.