Class
ToolbarItem

Represents a toolbar item in the RadToolbar control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ToolbarItem : Element

Inheritance: objectToolbarItem

Derived Classes: BusyIndicatorToolbarItemEntryToolbarItemGroupToolbarItemLabelToolbarItemPdfViewerNavigateToPageToolbarItemSeparatorToolbarItemSliderToolbarItem

Constructors

ToolbarItem()

Declaration

cs-api-definition
public ToolbarItem()

Fields

ControlTemplateProperty

Identifies the ControlTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ControlTemplateProperty

Field Value

BindableProperty

IsEnabledProperty

Identifies the IsEnabled property.

Declaration

cs-api-definition
public static readonly BindableProperty IsEnabledProperty

Field Value

BindableProperty

IsInteractionEnabledProperty

Identifies the IsInteractionEnabled property.

Declaration

cs-api-definition
public static readonly BindableProperty IsInteractionEnabledProperty

Field Value

BindableProperty

IsVisibleProperty

Identifies the IsVisible property.

Declaration

cs-api-definition
public static readonly BindableProperty IsVisibleProperty

Field Value

BindableProperty

PlacementOptionsProperty

Identifies the PlacementOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty PlacementOptionsProperty

Field Value

BindableProperty

StyleProperty

Identifies the Style property.

Declaration

cs-api-definition
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

cs-api-definition
public ControlTemplate ControlTemplate { get; set; }

Property Value

ControlTemplate

IsEnabled

Gets or sets a value indicating whether the toolbar item is enabled.

Declaration

cs-api-definition
public bool IsEnabled { get; set; }

Property Value

bool

IsInteractionEnabled

Gets a value indicating whether the toolbar item accepts user interaction.

Declaration

cs-api-definition
public bool IsInteractionEnabled { get; }

Property Value

bool

IsVisible

Gets or sets a value indicating whether the toolbar item is visible.

Declaration

cs-api-definition
public bool IsVisible { get; set; }

Property Value

bool

Parent

Gets the parent ToolbarItem this toolbar item belongs to.

Declaration

cs-api-definition
public ToolbarItem Parent { get; }

Property Value

ToolbarItem

PlacementOptions

Gets or sets the allowed placement options of the toolbar item in the toolbar. For more information see the ToolbarItemPlacementOptions type.

Declaration

cs-api-definition
public ToolbarItemPlacementOptions PlacementOptions { get; set; }

Property Value

ToolbarItemPlacementOptions

Style

Gets or sets a Style to be applied to the toolbar item. The target type of the style is ToolbarItemView.

Declaration

cs-api-definition
public Style Style { get; set; }

Property Value

Style

Toolbar

Gets the RadToolbar this toolbar item is associated with.

Declaration

cs-api-definition
public RadToolbar Toolbar { get; }

Property Value

RadToolbar