ClassToolbarItem
Represents a toolbar item in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ToolbarItem : Element
Inheritance: objectToolbarItem
Derived Classes:
Constructors
ToolbarItem()
Declaration
public ToolbarItem()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
BindableProperty
IsEnabledProperty
Identifies the IsEnabled property.
Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
BindableProperty
IsInteractionEnabledProperty
Identifies the IsInteractionEnabled property.
Declaration
public static readonly BindableProperty IsInteractionEnabledProperty
Field Value
BindableProperty
IsVisibleProperty
Identifies the IsVisible property.
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
BindableProperty
PlacementOptionsProperty
Identifies the PlacementOptions property.
Declaration
public static readonly BindableProperty PlacementOptionsProperty
Field Value
BindableProperty
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
BindableProperty
Properties
ControlTemplate
Gets or sets a ControlTemplate to be applied to the toolbar item. The target type of the template is ToolbarItemView.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
ControlTemplate
IsEnabled
Gets or sets a value indicating whether the toolbar item is enabled.
IsInteractionEnabled
Gets a value indicating whether the toolbar item accepts user interaction.
IsVisible
Gets or sets a value indicating whether the toolbar item is visible.
Parent
Gets the parent ToolbarItem this toolbar item belongs to.
PlacementOptions
Gets or sets the allowed placement options of the toolbar item in the toolbar. For more information see the ToolbarItemPlacementOptions type.
Declaration
public ToolbarItemPlacementOptions PlacementOptions { get; set; }
Property Value
Style
Gets or sets a Style to be applied to the toolbar item. The target type of the style is ToolbarItemView.
Declaration
public Style Style { get; set; }
Property Value
Style
Toolbar
Gets the RadToolbar this toolbar item is associated with.