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

Represents an entry in the RadToolbar control.

Definition

Constructors

C#
public EntryToolbarItem()

Fields

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Properties

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

C#
public string Text { get; set; }

Events

Raised when the user finalizes the text in the Telerik.Maui.Controls.Entry control with the return key.

C#
public event EventHandler EntryCompleted

TextChanged

EventHandler<TextChangedEventArgs>

Raised when the Text property has changed.

C#
public event EventHandler<TextChangedEventArgs> TextChanged