ToolbarItemView
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
public ToolbarItemView()
Fields
OrientationProperty
BindableProperty
Identifies the Orientation property.
public static readonly BindableProperty OrientationProperty
PlacementLocationProperty
BindableProperty
Identifies the PlacementLocation property.
public static readonly BindableProperty PlacementLocationProperty
ToolbarProperty
BindableProperty
Identifies the Toolbar property.
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.
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.
public ToolbarItemPlacementOptions PlacementLocation { get; set; }
Gets or sets the RadToolbar this toolbar item is associated with.
public RadToolbar Toolbar { get; set; }