TimePickerContext
Class
Represents a context that holds information about the time picker that is displayed in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class TimePickerContext : PickerContext, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBasePickerContextTimePickerContext
Implements:
Inherited Members
Constructors
C#
public TimePickerContext()
Properties
Gets or sets the last time span that can be selected.
C#
public TimeSpan EndTime { get; set; }
Gets or sets the selected TimeSpan value.
C#
public TimeSpan? SelectedValue { get; set; }
Gets or sets the first time span that can be selected.
C#
public TimeSpan StartTime { get; set; }
Gets or sets the interval between two consecutive TimeSpan objects.
C#
public TimeSpan TimeInterval { get; set; }
Methods
Determines whether the Ok button of the picker can be clicked.
C#
public override bool CanExecuteOk()
True if the button should be enabled, false otherwise.
Overrides: