Class
EntryToolbarItem

Represents an entry in the RadToolbar control.

Definition

Constructors

EntryToolbarItem()

Declaration

cs-api-definition
public EntryToolbarItem()

Fields

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

Text

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

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Events

EntryCompleted

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

Declaration

cs-api-definition
public event EventHandler EntryCompleted

Event Value

EventHandler

TextChanged

Raised when the Text property has changed.

Declaration

cs-api-definition
public event EventHandler<TextChangedEventArgs> TextChanged

Event Value

EventHandler<TextChangedEventArgs>