Class
DropDownButtonToolbarItemViewIndicator

Visual representation of the drop-down indicator in a DropDownButtonToolbarItemView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DropDownButtonToolbarItemViewIndicator : ButtonToolbarItemViewIndicator, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewButtonToolbarItemViewIndicatorDropDownButtonToolbarItemViewIndicator

Derived Classes: SplitButtonToolbarItemViewIndicator

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement

Inherited Members ButtonToolbarItemView.CommandPropertyButtonToolbarItemView.CommandParameterPropertyButtonToolbarItemView.CommandButtonToolbarItemView.CommandParameterButtonToolbarItemView.ClickedLabelToolbarItemView.TextPropertyLabelToolbarItemView.TextColorPropertyLabelToolbarItemView.FontFamilyPropertyLabelToolbarItemView.FontSizePropertyLabelToolbarItemView.FontAttributesPropertyLabelToolbarItemView.TextDecorationsPropertyLabelToolbarItemView.HorizontalTextAlignmentPropertyLabelToolbarItemView.VerticalTextAlignmentPropertyLabelToolbarItemView.ImageSourcePropertyLabelToolbarItemView.ImageAspectPropertyLabelToolbarItemView.ImagePositionPropertyLabelToolbarItemView.ImageWidthPropertyLabelToolbarItemView.ImageHeightPropertyLabelToolbarItemView.ImageSpacingPropertyLabelToolbarItemView.DisplayOptionsPropertyLabelToolbarItemView.HorizontalContentOptionsPropertyLabelToolbarItemView.VerticalContentOptionsPropertyLabelToolbarItemView.ActualImageSourcePropertyLabelToolbarItemView.TextLabelToolbarItemView.TextColorLabelToolbarItemView.FontFamilyLabelToolbarItemView.FontSizeLabelToolbarItemView.FontAttributesLabelToolbarItemView.TextDecorationsLabelToolbarItemView.HorizontalTextAlignmentLabelToolbarItemView.VerticalTextAlignmentLabelToolbarItemView.ImageSourceLabelToolbarItemView.ImageAspectLabelToolbarItemView.ImagePositionLabelToolbarItemView.ImageWidthLabelToolbarItemView.ImageHeightLabelToolbarItemView.ImageSpacingLabelToolbarItemView.DisplayOptionsLabelToolbarItemView.HorizontalContentOptionsLabelToolbarItemView.VerticalContentOptionsLabelToolbarItemView.ActualImageSourceToolbarItemView.OrientationPropertyToolbarItemView.PlacementLocationPropertyToolbarItemView.ToolbarPropertyToolbarItemView.OrientationToolbarItemView.PlacementLocationToolbarItemView.ToolbarRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

DropDownButtonToolbarItemViewIndicator()

Declaration

cs-api-definition
public DropDownButtonToolbarItemViewIndicator()

Fields

IsOpenProperty

Identifies the IsOpen property.

Declaration

cs-api-definition
public static readonly BindableProperty IsOpenProperty

Field Value

BindableProperty

Properties

IsOpen

Gets or sets a value indicating whether the drop-down is currently open.

Declaration

cs-api-definition
public bool IsOpen { get; set; }

Property Value

bool

Methods

ChangeVisualState()

Declaration

cs-api-definition
protected override void ChangeVisualState()

Overrides ButtonToolbarItemView.ChangeVisualState()

Events

IsOpenChanged

Raised when the IsOpen property has changed.

Declaration

cs-api-definition
public event EventHandler IsOpenChanged

Event Value

EventHandler