Class SchedulerDropDownButton
Represents a button that allows the user to open the overflow menu where the view definitions are visualized.
Inheritance
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SchedulerDropDownButton : ContentView
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
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
|
ItemStyleProperty
Identifies the ItemStyle property.
Declaration
public static readonly BindableProperty ItemStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedItemStyleProperty
Identifies the SelectedItemStyle property.
Declaration
public static readonly BindableProperty SelectedItemStyleProperty
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
|
ItemStyle
Gets or sets the style of the items in the drop down.
Declaration
public Style ItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
SelectedItemStyle
Gets or sets the style of the selected item in the drop down.
Declaration
public Style SelectedItemStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()