ClassTimePickerContext
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:
cs-api-definition
public class TimePickerContext : PickerContext, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBasePickerContextTimePickerContext
Implements:
Inherited Members
Constructors
TimePickerContext()
Declaration
cs-api-definition
public TimePickerContext()
Properties
EndTime
Gets or sets the last time span that can be selected.
SelectedValue
Gets or sets the selected TimeSpan value.
StartTime
Gets or sets the first time span that can be selected.
TimeInterval
Gets or sets the interval between two consecutive TimeSpan objects.
Methods
CanExecuteOk()
Determines whether the Ok button of the picker can be clicked.
Declaration
cs-api-definition
public override bool CanExecuteOk()
Returns
True if the button should be enabled, false otherwise.
Overrides