Class
ToolbarItemView

Visual representation of a toolbar item in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

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

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemView

Derived Classes: BusyIndicatorToolbarItemViewEntryToolbarItemViewGroupToolbarItemViewLabelToolbarItemViewPdfViewerNavigateToPageToolbarItemViewSeparatorToolbarItemViewSliderToolbarItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement

Inherited Members RadBorderContentView.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

ToolbarItemView()

Declaration

cs-api-definition
public ToolbarItemView()

Fields

OrientationProperty

Identifies the Orientation property.

Declaration

cs-api-definition
public static readonly BindableProperty OrientationProperty

Field Value

BindableProperty

PlacementLocationProperty

Identifies the PlacementLocation property.

Declaration

cs-api-definition
public static readonly BindableProperty PlacementLocationProperty

Field Value

BindableProperty

ToolbarProperty

Identifies the Toolbar property.

Declaration

cs-api-definition
public static readonly BindableProperty ToolbarProperty

Field Value

BindableProperty

Properties

Orientation

Gets or sets the orientation of the toolbar item in the toolbar. This property controls the visual appearance of the toolbar item. For more information see the ToolbarOrientation type.

Declaration

cs-api-definition
public ToolbarOrientation Orientation { get; set; }

Property Value

ToolbarOrientation

PlacementLocation

Gets or sets the placement location of the toolbar item in the toolbar. This property controls the visual appearance of the toolbar item. For more information see the ToolbarItemPlacementOptions type.

Declaration

cs-api-definition
public ToolbarItemPlacementOptions PlacementLocation { get; set; }

Property Value

ToolbarItemPlacementOptions

Toolbar

Gets or sets the RadToolbar this toolbar item is associated with.

Declaration

cs-api-definition
public RadToolbar Toolbar { get; set; }

Property Value

RadToolbar