Class
OptionsButtonToolbarItemView

Visual representation of a button displaying an options panel in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

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

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewDropDownButtonToolbarItemViewOptionsButtonToolbarItemView

Derived Classes: ImageEditorOptionsToolbarItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement

Inherited Members DropDownButtonToolbarItemView.IsOpenPropertyDropDownButtonToolbarItemView.DropDownPlacementPropertyDropDownButtonToolbarItemView.DropDownHorizontalOffsetPropertyDropDownButtonToolbarItemView.DropDownVerticalOffsetPropertyDropDownButtonToolbarItemView.DropDownContentStylePropertyDropDownButtonToolbarItemView.DropDownContentTemplatePropertyDropDownButtonToolbarItemView.DropDownIndicatorStylePropertyDropDownButtonToolbarItemView.DropDownIndicatorTemplatePropertyDropDownButtonToolbarItemView.DropDownIndicatorSpacingPropertyDropDownButtonToolbarItemView.IsDropDownIndicatorVisiblePropertyDropDownButtonToolbarItemView.OnPropertyChanged(string)DropDownButtonToolbarItemView.ChangeVisualState()DropDownButtonToolbarItemView.IsOpenDropDownButtonToolbarItemView.DropDownPlacementDropDownButtonToolbarItemView.DropDownHorizontalOffsetDropDownButtonToolbarItemView.DropDownVerticalOffsetDropDownButtonToolbarItemView.DropDownContentStyleDropDownButtonToolbarItemView.DropDownContentTemplateDropDownButtonToolbarItemView.DropDownIndicatorStyleDropDownButtonToolbarItemView.DropDownIndicatorTemplateDropDownButtonToolbarItemView.DropDownIndicatorSpacingDropDownButtonToolbarItemView.IsDropDownIndicatorVisibleDropDownButtonToolbarItemView.ToggleCommandDropDownButtonToolbarItemView.IsOpenChangedButtonToolbarItemView.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.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

OptionsButtonToolbarItemView()

Declaration

cs-api-definition
public OptionsButtonToolbarItemView()

Fields

OptionsContentStyleProperty

Identifies the OptionsContentStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty OptionsContentStyleProperty

Field Value

BindableProperty

OptionsContentTemplateProperty

Identifies the OptionsContentTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty OptionsContentTemplateProperty

Field Value

BindableProperty

OptionsPanelProperty

Identifies the OptionsPanel property.

Declaration

cs-api-definition
public static readonly BindableProperty OptionsPanelProperty

Field Value

BindableProperty

Properties

OptionsContentStyle

Gets or sets the Style of the options content. The target type of this style is OptionsButtonToolbarItemViewContent.

Declaration

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

Property Value

Style

OptionsContentTemplate

Gets or sets the ControlTemplate of the options content. The target type of this template is OptionsButtonToolbarItemViewContent.

Declaration

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

Property Value

ControlTemplate

OptionsPanel

Gets or sets the options panel associated with this toolbar item.

Declaration

cs-api-definition
public RadToolbarOptionsPanel OptionsPanel { get; set; }

Property Value

RadToolbarOptionsPanel