ToolbarItem
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
public ToolbarItem()
Fields
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
public static readonly BindableProperty ControlTemplateProperty
IsEnabledProperty
BindableProperty
Identifies the IsEnabled property.
public static readonly BindableProperty IsEnabledProperty
IsInteractionEnabledProperty
BindableProperty
Identifies the IsInteractionEnabled property.
public static readonly BindableProperty IsInteractionEnabledProperty
IsVisibleProperty
BindableProperty
Identifies the IsVisible property.
public static readonly BindableProperty IsVisibleProperty
PlacementOptionsProperty
BindableProperty
Identifies the PlacementOptions property.
public static readonly BindableProperty PlacementOptionsProperty
StyleProperty
BindableProperty
Identifies the Style property.
public static readonly BindableProperty StyleProperty
Properties
ControlTemplate
ControlTemplate
Gets or sets a ControlTemplate to be applied to the toolbar item. The target type of the template is ToolbarItemView.
public ControlTemplate ControlTemplate { get; set; }
Gets or sets a value indicating whether the toolbar item is enabled.
public bool IsEnabled { get; set; }
Gets a value indicating whether the toolbar item accepts user interaction.
public bool IsInteractionEnabled { get; }
Gets or sets a value indicating whether the toolbar item is visible.
public bool IsVisible { get; set; }
Gets the parent ToolbarItem this toolbar item belongs to.
public ToolbarItem Parent { get; }
Gets or sets the allowed placement options of the toolbar item in the toolbar. For more information see the ToolbarItemPlacementOptions type.
public ToolbarItemPlacementOptions PlacementOptions { get; set; }
Style
Style
Gets or sets a Style to be applied to the toolbar item. The target type of the style is ToolbarItemView.
public Style Style { get; set; }
Gets the RadToolbar this toolbar item is associated with.
public RadToolbar Toolbar { get; }