New to Telerik UI for .NET MAUIStart a free 30-day trial

Visual representation of a toolbar item in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
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

C#
public ToolbarItemView()

Fields

OrientationProperty

BindableProperty

Identifies the Orientation property.

C#
public static readonly BindableProperty OrientationProperty

Identifies the PlacementLocation property.

C#
public static readonly BindableProperty PlacementLocationProperty

ToolbarProperty

BindableProperty

Identifies the Toolbar property.

C#
public static readonly BindableProperty ToolbarProperty

Properties

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.

C#
public ToolbarOrientation Orientation { get; set; }

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.

C#
public ToolbarItemPlacementOptions PlacementLocation { get; set; }

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

C#
public RadToolbar Toolbar { get; set; }