ClassEntryToolbarItem
Class
Represents an entry in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class EntryToolbarItem : ToolbarItem
Inheritance: objectToolbarItemEntryToolbarItem
Derived Classes:
Inherited Members
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
Events
EntryCompleted
TextChanged
Raised when the Text property has changed.
Declaration
cs-api-definition
public event EventHandler<TextChangedEventArgs> TextChanged
Event Value
EventHandler<TextChangedEventArgs>