EntryToolbarItem
Class
Represents an entry in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class EntryToolbarItem : ToolbarItem
Inheritance: objectToolbarItemEntryToolbarItem
Derived Classes:
Inherited Members
Constructors
C#
public EntryToolbarItem()
Fields
TextProperty
BindableProperty
Identifies the Text property.
C#
public static readonly BindableProperty TextProperty
Properties
Events
TextChanged
EventHandler<TextChangedEventArgs>
Raised when the Text property has changed.
C#
public event EventHandler<TextChangedEventArgs> TextChanged