ClassSchedulerDropDownButton
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
SchedulerDropDownButton()
Initializes a new instance of the SchedulerDropDownButton class.
Declaration
public SchedulerDropDownButton()
Fields
ActualButtonStyleProperty
Identifies the ActualButtonStyle property.
Declaration
public static readonly BindableProperty ActualButtonStyleProperty
Field Value
BindableProperty
ButtonStyleProperty
Identifies the ButtonStyle property.
Declaration
public static readonly BindableProperty ButtonStyleProperty
Field Value
BindableProperty
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
ItemStyleProperty
Identifies the ItemStyle property.
Declaration
public static readonly BindableProperty ItemStyleProperty
Field Value
BindableProperty
SelectedItemStyleProperty
Identifies the SelectedItemStyle property.
Declaration
public static readonly BindableProperty SelectedItemStyleProperty
Field Value
BindableProperty
Properties
ActualButtonStyle
Gets the actual style of the button.
Declaration
public Style ActualButtonStyle { get; }
Property Value
Style
ButtonStyle
Gets or sets the style of the button.
Declaration
public Style ButtonStyle { get; set; }
Property Value
Style
ControlTemplate
Gets or sets the control template of this view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
ItemStyle
Gets or sets the style of the items in the drop down.
Declaration
public Style ItemStyle { get; set; }
Property Value
Style
SelectedItemStyle
Gets or sets the style of the selected item in the drop down.
Declaration
public Style SelectedItemStyle { get; set; }
Property Value
Style
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()