EntryToolbarItemView
Visual representation of a RadEntry control in RadToolbar.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class EntryToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewEntryToolbarItemView...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the EntryToolbarItemView class.
public EntryToolbarItemView()
Fields
ActualEntryStyleProperty
BindableProperty
Identifies the ActualEntryStyle property.
public static readonly BindableProperty ActualEntryStyleProperty
EntryStyleProperty
BindableProperty
Identifies the EntryStyle property.
public static readonly BindableProperty EntryStyleProperty
HorizontalContentOptionsProperty
BindableProperty
Identifies the HorizontalContentOptions property.
public static readonly BindableProperty HorizontalContentOptionsProperty
TextProperty
BindableProperty
Identifies the Text property.
public static readonly BindableProperty TextProperty
VerticalContentOptionsProperty
BindableProperty
Identifies the VerticalContentOptions property.
public static readonly BindableProperty VerticalContentOptionsProperty
Properties
ActualEntryStyle
Style
Gets the actual Style of the RadEntry.
public Style ActualEntryStyle { get; }
EntryStyle
Style
Gets or sets the style of the RadEntry in the toolbar item.
public Style EntryStyle { get; set; }
HorizontalContentOptions
LayoutOptions
Gets or sets the horizontal alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.
public LayoutOptions HorizontalContentOptions { get; set; }
Gets or sets the text to display in the RadEntry in the toolbar item.
public string Text { get; set; }
VerticalContentOptions
LayoutOptions
Gets or sets the vertical alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.
public LayoutOptions VerticalContentOptions { get; set; }
Methods
protected override void OnApplyTemplate()
Overrides:
Events
Raised when the user finalizes the text in the RadEntry control with the return key.
public event EventHandler EntryCompleted
TextChanged
EventHandler<TextChangedEventArgs>
Raised when the Text property has changed.
public event EventHandler<TextChangedEventArgs> TextChanged