ClassToolbarItemView
Visual representation of a toolbar item in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ToolbarItemView : ToolbarContentView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemView
Derived Classes:
Implements:
Inherited Members
Constructors
ToolbarItemView()
Declaration
public ToolbarItemView()
Fields
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
BindableProperty
PlacementLocationProperty
Identifies the PlacementLocation property.
Declaration
public static readonly BindableProperty PlacementLocationProperty
Field Value
BindableProperty
ToolbarProperty
Identifies the Toolbar property.
Declaration
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
public ToolbarOrientation Orientation { get; set; }
Property Value
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
public ToolbarItemPlacementOptions PlacementLocation { get; set; }
Property Value
Toolbar
Gets or sets the RadToolbar this toolbar item is associated with.