ClassDropDownButtonToolbarItemView
Visual representation of a button displaying a drop-down panel in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DropDownButtonToolbarItemView : ButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemView
Derived Classes:
Implements:
Inherited Members
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
BindableProperty
DropDownContentTemplateProperty
Identifies the DropDownContentTemplate property.
Declaration
public static readonly BindableProperty DropDownContentTemplateProperty
Field Value
BindableProperty
DropDownHorizontalOffsetProperty
Identifies the DropDownHorizontalOffset property.
Declaration
public static readonly BindableProperty DropDownHorizontalOffsetProperty
Field Value
BindableProperty
DropDownIndicatorSpacingProperty
Identifies the DropDownIndicatorSpacing property.
Declaration
public static readonly BindableProperty DropDownIndicatorSpacingProperty
Field Value
BindableProperty
DropDownIndicatorStyleProperty
Identifies the DropDownIndicatorStyle property.
Declaration
public static readonly BindableProperty DropDownIndicatorStyleProperty
Field Value
BindableProperty
DropDownIndicatorTemplateProperty
Identifies the DropDownIndicatorTemplate property.
Declaration
public static readonly BindableProperty DropDownIndicatorTemplateProperty
Field Value
BindableProperty
DropDownPlacementProperty
Identifies the DropDownPlacement property.
Declaration
public static readonly BindableProperty DropDownPlacementProperty
Field Value
BindableProperty
DropDownVerticalOffsetProperty
Identifies the DropDownVerticalOffset property.
Declaration
public static readonly BindableProperty DropDownVerticalOffsetProperty
Field Value
BindableProperty
IsDropDownIndicatorVisibleProperty
Identifies the IsDropDownIndicatorVisible property.
Declaration
public static readonly BindableProperty IsDropDownIndicatorVisibleProperty
Field Value
BindableProperty
IsOpenProperty
Identifies the IsOpen property.
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
BindableProperty
Properties
DropDownContentStyle
Gets or sets the Style of the drop-down content. The target type of this style is DropDownButtonToolbarItemViewContent.
Declaration
public Style DropDownContentStyle { get; set; }
Property Value
Style
DropDownContentTemplate
Gets or sets the ControlTemplate of the drop-down content. The target type of this template is DropDownButtonToolbarItemViewContent.
Declaration
public ControlTemplate DropDownContentTemplate { get; set; }
Property Value
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
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
DropDownIndicatorStyle
Gets or sets the Style of the drop-down indicator. The target type of this style is DropDownButtonToolbarItemViewIndicator.
Declaration
public Style DropDownIndicatorStyle { get; set; }
Property Value
Style
DropDownIndicatorTemplate
Gets or sets the ControlTemplate of the drop-down indicator. The target type of this template is DropDownButtonToolbarItemViewIndicator.
Declaration
public ControlTemplate DropDownIndicatorTemplate { get; set; }
Property Value
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
DropDownVerticalOffset
Gets or sets the vertical offset in pixels of the drop-down from the button.
Declaration
public double DropDownVerticalOffset { get; set; }
Property Value
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
IsOpen
Gets or sets a value indicating whether the drop-down is currently open.
ToggleCommand
Gets a command to toggle the drop-down.
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Overrides
OnPropertyChanged(string)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
Overrides
Events
IsOpenChanged
Raised when the IsOpen property has changed.