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