New to Telerik UI for .NET MAUIStart a free 30-day trial

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

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

Gets the actual style of the button.

C#
public Style ActualButtonStyle { get; }

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()