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

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:

C#
public class SchedulerDropDownButton : ContentView

Inheritance: objectSchedulerDropDownButton

Constructors

Initializes a new instance of the SchedulerDropDownButton class.

C#
public SchedulerDropDownButton()

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

ItemStyleProperty

BindableProperty

Identifies the ItemStyle property.

C#
public static readonly BindableProperty ItemStyleProperty

Identifies the SelectedItemStyle property.

C#
public static readonly BindableProperty SelectedItemStyleProperty

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; }

Gets or sets the style of the items in the drop down.

C#
public Style ItemStyle { get; set; }

Gets or sets the style of the selected item in the drop down.

C#
public Style SelectedItemStyle { get; set; }

Methods

C#
protected override void OnApplyTemplate()