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