ClassSchedulerDatePicker
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:
cs-api-definition
public class SchedulerDatePicker : ContentView
Inheritance: objectSchedulerDatePicker
Constructors
SchedulerDatePicker()
Initializes a new instance of the SchedulerDatePicker class.
Declaration
cs-api-definition
public SchedulerDatePicker()
Fields
ActualButtonStyleProperty
Identifies the ActualButtonStyle property.
Declaration
cs-api-definition
public static readonly BindableProperty ActualButtonStyleProperty
Field Value
BindableProperty
ButtonStyleProperty
Identifies the ButtonStyle property.
Declaration
cs-api-definition
public static readonly BindableProperty ButtonStyleProperty
Field Value
BindableProperty
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
cs-api-definition
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
Properties
ActualButtonStyle
Gets the actual style of the button.
Declaration
cs-api-definition
public Style ActualButtonStyle { get; }
Property Value
Style
ButtonStyle
Gets or sets the style of the button.
Declaration
cs-api-definition
public Style ButtonStyle { get; set; }
Property Value
Style
ControlTemplate
Gets or sets the control template of this view.
Declaration
cs-api-definition
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
Methods
OnApplyTemplate()
Declaration
cs-api-definition
protected override void OnApplyTemplate()