Class DropDownButtonToolbarItemView
Visual representation of a button displaying a drop-down panel in the RadToolbar control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DropDownButtonToolbarItemView : ButtonToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
DropDownButtonToolbarItemView()
Creates a new instance of the DropDownButtonToolbarItemView class.
Declaration
public DropDownButtonToolbarItemView()
Fields
DropDownContentStyleProperty
Identifies the DropDownContentStyle property.
Declaration
public static readonly BindableProperty DropDownContentStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownContentTemplateProperty
Identifies the DropDownContentTemplate property.
Declaration
public static readonly BindableProperty DropDownContentTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownHorizontalOffsetProperty
Identifies the DropDownHorizontalOffset property.
Declaration
public static readonly BindableProperty DropDownHorizontalOffsetProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownIndicatorSpacingProperty
Identifies the DropDownIndicatorSpacing property.
Declaration
public static readonly BindableProperty DropDownIndicatorSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownIndicatorStyleProperty
Identifies the DropDownIndicatorStyle property.
Declaration
public static readonly BindableProperty DropDownIndicatorStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownIndicatorTemplateProperty
Identifies the DropDownIndicatorTemplate property.
Declaration
public static readonly BindableProperty DropDownIndicatorTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownPlacementProperty
Identifies the DropDownPlacement property.
Declaration
public static readonly BindableProperty DropDownPlacementProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DropDownVerticalOffsetProperty
Identifies the DropDownVerticalOffset property.
Declaration
public static readonly BindableProperty DropDownVerticalOffsetProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsDropDownIndicatorVisibleProperty
Identifies the IsDropDownIndicatorVisible property.
Declaration
public static readonly BindableProperty IsDropDownIndicatorVisibleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsOpenProperty
Identifies the IsOpen property.
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
DropDownContentStyle
Gets or sets the Microsoft.Maui.Controls.Style of the drop-down content. The target type of this style is DropDownButtonToolbarItemViewContent.
Declaration
public Style DropDownContentStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
DropDownContentTemplate
Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the drop-down content. The target type of this template is DropDownButtonToolbarItemViewContent.
Declaration
public ControlTemplate DropDownContentTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
DropDownHorizontalOffset
Gets or sets the horizontal offset in pixels of the drop-down from the button.
Declaration
public double DropDownHorizontalOffset { get; set; }
Property Value
System.Double
|
DropDownIndicatorSpacing
Gets or sets the spacing in pixels between the drop-down indicator and the button content.
Declaration
public double DropDownIndicatorSpacing { get; set; }
Property Value
System.Double
|
DropDownIndicatorStyle
Gets or sets the Microsoft.Maui.Controls.Style of the drop-down indicator. The target type of this style is DropDownButtonToolbarItemViewIndicator.
Declaration
public Style DropDownIndicatorStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
DropDownIndicatorTemplate
Gets or sets the Microsoft.Maui.Controls.ControlTemplate of the drop-down indicator. The target type of this template is DropDownButtonToolbarItemViewIndicator.
Declaration
public ControlTemplate DropDownIndicatorTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
DropDownPlacement
Gets or sets the placement mode of the drop-down relative to the button. For more information see the PlacementMode type.
Declaration
public PlacementMode DropDownPlacement { get; set; }
Property Value
PlacementMode
|
DropDownVerticalOffset
Gets or sets the vertical offset in pixels of the drop-down from the button.
Declaration
public double DropDownVerticalOffset { get; set; }
Property Value
System.Double
|
IsDropDownIndicatorVisible
Gets or sets a value indicating whether the drop-down indicator is visible in the button.
Declaration
public bool IsDropDownIndicatorVisible { get; set; }
Property Value
System.Boolean
|
IsOpen
Gets or sets a value indicating whether the drop-down is currently open.
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
ToggleCommand
Gets a command to toggle the drop-down.
Declaration
public ICommand ToggleCommand { get; }
Property Value
System.Windows.Input.ICommand
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Overrides
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Overrides
Events
IsOpenChanged
Raised when the IsOpen property has changed.
Declaration
public event EventHandler IsOpenChanged
Event Type
System.EventHandler
|