ClassEntryToolbarItemView
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
EntryToolbarItemView()
Initializes a new instance of the EntryToolbarItemView class.
Declaration
public EntryToolbarItemView()
Fields
ActualEntryStyleProperty
Identifies the ActualEntryStyle property.
Declaration
public static readonly BindableProperty ActualEntryStyleProperty
Field Value
BindableProperty
EntryStyleProperty
Identifies the EntryStyle property.
Declaration
public static readonly BindableProperty EntryStyleProperty
Field Value
BindableProperty
HorizontalContentOptionsProperty
Identifies the HorizontalContentOptions property.
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
BindableProperty
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
BindableProperty
VerticalContentOptionsProperty
Identifies the VerticalContentOptions property.
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
BindableProperty
Properties
ActualEntryStyle
Gets the actual Style of the RadEntry.
Declaration
public Style ActualEntryStyle { get; }
Property Value
Style
EntryStyle
Gets or sets the style of the RadEntry in the toolbar item.
Declaration
public Style EntryStyle { get; set; }
Property Value
Style
HorizontalContentOptions
Gets or sets the horizontal alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
LayoutOptions
VerticalContentOptions
Gets or sets the vertical alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
LayoutOptions
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
Events
EntryCompleted
Raised when the user finalizes the text in the RadEntry control with the return key.
TextChanged
Raised when the Text property has changed.
Declaration
public event EventHandler<TextChangedEventArgs> TextChanged
Event Value
EventHandler<TextChangedEventArgs>