Represents a button that allows the user to open the overflow menu where the view definitions are visualized.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class SchedulerDropDownButton : ContentView
Inheritance: objectSchedulerDropDownButton
Constructors
Initializes a new instance of the SchedulerDropDownButton class.
public SchedulerDropDownButton()
Fields
ActualButtonStyleProperty
BindableProperty
Identifies the ActualButtonStyle property.
public static readonly BindableProperty ActualButtonStyleProperty
ButtonStyleProperty
BindableProperty
Identifies the ButtonStyle property.
public static readonly BindableProperty ButtonStyleProperty
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
public static readonly BindableProperty ControlTemplateProperty
ItemStyleProperty
BindableProperty
Identifies the ItemStyle property.
public static readonly BindableProperty ItemStyleProperty
SelectedItemStyleProperty
BindableProperty
Identifies the SelectedItemStyle property.
public static readonly BindableProperty SelectedItemStyleProperty
Properties
ActualButtonStyle
Style
Gets the actual style of the button.
public Style ActualButtonStyle { get; }
ButtonStyle
Style
Gets or sets the style of the button.
public Style ButtonStyle { get; set; }
ControlTemplate
ControlTemplate
Gets or sets the control template of this view.
public ControlTemplate ControlTemplate { get; set; }
ItemStyle
Style
Gets or sets the style of the items in the drop down.
public Style ItemStyle { get; set; }
SelectedItemStyle
Style
Gets or sets the style of the selected item in the drop down.
public Style SelectedItemStyle { get; set; }
Methods
protected override void OnApplyTemplate()