skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Migrate to .NET MAUI
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ToolbarItemBase

Inheritance
System.Object
RadContentView
ToolbarItemBase
TabViewHeaderItem
ToolbarItem
Inherited Members
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element)
RadContentView.OnBindingContextChanged()
RadContentView.ActualStyleClass
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll

Syntax

public abstract class ToolbarItemBase : RadContentView, ILayoutControlPanelChild

Constructors

ToolbarItemBase()

Declaration
protected ToolbarItemBase()

Fields

ActualCommandParameterProperty

Declaration
public static readonly BindableProperty ActualCommandParameterProperty
Field Value
Xamarin.Forms.BindableProperty

ActualCommandProperty

Declaration
public static readonly BindableProperty ActualCommandProperty
Field Value
Xamarin.Forms.BindableProperty

ActualContentPaddingProperty

Declaration
public static readonly BindableProperty ActualContentPaddingProperty
Field Value
Xamarin.Forms.BindableProperty

ActualContentProperty

Declaration
public static readonly BindableProperty ActualContentProperty
Field Value
Xamarin.Forms.BindableProperty

CommandParameterProperty

Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Xamarin.Forms.BindableProperty

CommandProperty

Declaration
public static readonly BindableProperty CommandProperty
Field Value
Xamarin.Forms.BindableProperty

ContentPaddingProperty

Declaration
public static readonly BindableProperty ContentPaddingProperty
Field Value
Xamarin.Forms.BindableProperty

FontAttributesProperty

Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Xamarin.Forms.BindableProperty

FontFamilyProperty

Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty

FontSizeProperty

Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Xamarin.Forms.BindableProperty

HorizontalOptionsProperty

Declaration
public static readonly BindableProperty HorizontalOptionsProperty
Field Value
Xamarin.Forms.BindableProperty

IsEnabledProperty

Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
Xamarin.Forms.BindableProperty

IsInOverflowPopupProperty

Declaration
public static readonly BindableProperty IsInOverflowPopupProperty
Field Value
Xamarin.Forms.BindableProperty

IsOverflowItemProperty

Declaration
public static readonly BindableProperty IsOverflowItemProperty
Field Value
Xamarin.Forms.BindableProperty

IsSelectedProperty

Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Xamarin.Forms.BindableProperty

SelectedColorProperty

Declaration
public static readonly BindableProperty SelectedColorProperty
Field Value
Xamarin.Forms.BindableProperty

TextColorProperty

Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty

TextProperty

Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty

Properties

ActualCommand

Declaration
public ICommand ActualCommand { get; }
Property Value
System.Windows.Input.ICommand

ActualCommandParameter

Declaration
public object ActualCommandParameter { get; }
Property Value
System.Object

ActualContent

Declaration
public View ActualContent { get; }
Property Value
Xamarin.Forms.View

ActualContentPadding

Declaration
public Thickness ActualContentPadding { get; }
Property Value
Xamarin.Forms.Thickness

Command

Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand

CommandParameter

Declaration
public object CommandParameter { get; set; }
Property Value
System.Object

ContentPadding

Declaration
public Thickness ContentPadding { get; set; }
Property Value
Xamarin.Forms.Thickness

FontAttributes

Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Xamarin.Forms.FontAttributes

FontFamily

Declaration
public string FontFamily { get; set; }
Property Value
System.String

FontSize

Declaration
public double FontSize { get; set; }
Property Value
System.Double

HorizontalOptions

Declaration
public LayoutOptions HorizontalOptions { get; set; }
Property Value
Xamarin.Forms.LayoutOptions

IsEnabled

Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean

IsInOverflowPopup

Declaration
public bool IsInOverflowPopup { get; }
Property Value
System.Boolean

IsOverflowItem

Gets or sets a value indicating whether this ToolbarItemBase should be displayed only in the overflow popup.

Declaration
public bool IsOverflowItem { get; }
Property Value
System.Boolean

IsSelected

Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean

SelectedColor

Declaration
public Color SelectedColor { get; set; }
Property Value
Xamarin.Forms.Color

Text

Declaration
public string Text { get; set; }
Property Value
System.String

TextColor

Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color

Methods

InvalidateMeasure()

Declaration
protected override void InvalidateMeasure()

OnChildMeasureInvalidated()

Declaration
protected override void OnChildMeasureInvalidated()

OnMeasure(Double, Double)

Declaration
protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
Parameters
System.Double widthConstraint

System.Double heightConstraint

Returns
Xamarin.Forms.SizeRequest

Overrides
RadContentView.OnMeasure(Double, Double)

OnPropertyChanged(String)

Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String propertyName

Overrides
RadContentView.OnPropertyChanged(String)

Events

Tapped

Declaration
public event EventHandler Tapped
Event Type
System.EventHandler

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.