SchedulerDatePicker
Class
Represents a picker that allows the user to select a date from a dropdown.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class SchedulerDatePicker : ContentView
Inheritance: objectSchedulerDatePicker
Constructors
Initializes a new instance of the SchedulerDatePicker class.
C#
public SchedulerDatePicker()
Fields
ActualButtonStyleProperty
BindableProperty
Identifies the ActualButtonStyle property.
C#
public static readonly BindableProperty ActualButtonStyleProperty
ButtonStyleProperty
BindableProperty
Identifies the ButtonStyle property.
C#
public static readonly BindableProperty ButtonStyleProperty
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
C#
public static readonly BindableProperty ControlTemplateProperty
Properties
ActualButtonStyle
Style
Gets the actual style of the button.
C#
public Style ActualButtonStyle { get; }
ButtonStyle
Style
Gets or sets the style of the button.
C#
public Style ButtonStyle { get; set; }
ControlTemplate
ControlTemplate
Gets or sets the control template of this view.
C#
public ControlTemplate ControlTemplate { get; set; }
Methods
C#
protected override void OnApplyTemplate()