Class
SchedulerDropDownButton

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:

cs-api-definition
public class SchedulerDropDownButton : ContentView

Inheritance: objectSchedulerDropDownButton

Constructors

SchedulerDropDownButton()

Initializes a new instance of the SchedulerDropDownButton class.

Declaration

cs-api-definition
public SchedulerDropDownButton()

Fields

ActualButtonStyleProperty

Identifies the ActualButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualButtonStyleProperty

Field Value

BindableProperty

ButtonStyleProperty

Identifies the ButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ButtonStyleProperty

Field Value

BindableProperty

ControlTemplateProperty

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

ItemStyleProperty

Identifies the ItemStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemStyleProperty

Field Value

BindableProperty

SelectedItemStyleProperty

Identifies the SelectedItemStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedItemStyleProperty

Field Value

BindableProperty

Properties

ActualButtonStyle

Gets the actual style of the button.

Declaration

cs-api-definition
public Style ActualButtonStyle { get; }

Property Value

Style

ButtonStyle

Gets or sets the style of the button.

Declaration

cs-api-definition
public Style ButtonStyle { get; set; }

Property Value

Style

ControlTemplate

Gets or sets the control template of this view.

Declaration

cs-api-definition
public ControlTemplate ControlTemplate { get; set; }

Property Value

ControlTemplate

ItemStyle

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

Declaration

cs-api-definition
public Style ItemStyle { get; set; }

Property Value

Style

SelectedItemStyle

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

Declaration

cs-api-definition
public Style SelectedItemStyle { get; set; }

Property Value

Style

Methods

OnApplyTemplate()

Declaration

cs-api-definition
protected override void OnApplyTemplate()