Class ToolbarItem
Represents a toolbar item in the Rad
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ToolbarItem : Element
Constructors
ToolbarItem()
Declaration
public ToolbarItem()
Fields
ControlTemplateProperty
Identifies the Control
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.
|
IsEnabledProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
Microsoft.
|
IsInteractionEnabledProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsInteractionEnabledProperty
Field Value
Microsoft.
|
IsVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
Microsoft.
|
PlacementOptionsProperty
Identifies the Placement
Declaration
public static readonly BindableProperty PlacementOptionsProperty
Field Value
Microsoft.
|
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
Microsoft.
|
Properties
ControlTemplate
Gets or sets a Control
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.
|
IsEnabled
Gets or sets a value indicating whether the toolbar item is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
System.
|
IsInteractionEnabled
Gets a value indicating whether the toolbar item accepts user interaction.
Declaration
public bool IsInteractionEnabled { get; }
Property Value
System.
|
IsVisible
Gets or sets a value indicating whether the toolbar item is visible.
Declaration
public bool IsVisible { get; set; }
Property Value
System.
|
Parent
Gets the parent Toolbar
Declaration
public ToolbarItem Parent { get; }
Property Value
PlacementOptions
Gets or sets the allowed placement options of the toolbar item in the toolbar.
For more information see the Toolbar
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 Toolbar
Declaration
public Style Style { get; set; }
Property Value
Microsoft.
|
Toolbar
Gets the Rad
Declaration
public RadToolbar Toolbar { get; }