New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a label in the RadToolbar control. The label can display a text and optionally an image next to it.

Definition

Constructors

C#
public LabelToolbarItem()

Fields

ImageSourceProperty

BindableProperty

Identifies the ImageSource property.

C#
public static readonly BindableProperty ImageSourceProperty

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Properties

ImageSource

ImageSource

Gets or sets the source of the image to display in the toolbar item. For more information see the ImageSource type.

C#
public ImageSource ImageSource { get; set; }

Gets or sets the text to display in the toolbar item.

C#
public string Text { get; set; }