Class EntryToolbarItem
Represents an entry in the RadToolbar control.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class EntryToolbarItem : ToolbarItem
Constructors
EntryToolbarItem()
Declaration
public EntryToolbarItem()
Fields
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Text
Gets or sets the text to display in the entry in the toolbar item.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Events
EntryCompleted
Raised when the user finalizes the text in the Microsoft.Maui.Controls.Entry control with the return key.
Declaration
public event EventHandler EntryCompleted
Event Type
System.EventHandler
|
TextChanged
Raised when the Text property has changed.
Declaration
public event EventHandler<TextChangedEventArgs> TextChanged
Event Type
System.EventHandler<Microsoft.Maui.Controls.TextChangedEventArgs>
|