ClassDatePickerContext
Class
Represents a context that holds information about the date picker that is displayed in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DatePickerContext : PickerContext, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBasePickerContextDatePickerContext
Implements:
Inherited Members
Constructors
DatePickerContext()
Declaration
cs-api-definition
public DatePickerContext()
Properties
MaxDate
Gets or sets the last date displayed by the picker.
MinDate
Gets or sets the first date displayed by the picker.
SelectedDate
Gets or sets the selected DateTime object.
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