New to Telerik UI for .NET MAUIStart a free 30-day trial

Visual representation of a RadEntry control in RadToolbar.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class EntryToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewEntryToolbarItemView...

Derived Classes: PdfViewerSearchEntryToolbarItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIViewIVisualTreeElement...

Inherited Members ToolbarItemView.OrientationPropertyToolbarItemView.PlacementLocationPropertyToolbarItemView.ToolbarPropertyToolbarItemView.OrientationToolbarItemView.PlacementLocationToolbarItemView.ToolbarRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()...

Constructors

Initializes a new instance of the EntryToolbarItemView class.

C#
public EntryToolbarItemView()

Fields

ActualEntryStyleProperty

BindableProperty

Identifies the ActualEntryStyle property.

C#
public static readonly BindableProperty ActualEntryStyleProperty

EntryStyleProperty

BindableProperty

Identifies the EntryStyle property.

C#
public static readonly BindableProperty EntryStyleProperty

Identifies the HorizontalContentOptions property.

C#
public static readonly BindableProperty HorizontalContentOptionsProperty

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Identifies the VerticalContentOptions property.

C#
public static readonly BindableProperty VerticalContentOptionsProperty

Properties

Gets the actual Style of the RadEntry.

C#
public Style ActualEntryStyle { get; }

Gets or sets the style of the RadEntry in the toolbar item.

C#
public Style EntryStyle { get; set; }

Gets or sets the horizontal alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.

C#
public LayoutOptions HorizontalContentOptions { get; set; }

Gets or sets the text to display in the RadEntry in the toolbar item.

C#
public string Text { get; set; }

Gets or sets the vertical alignment options of the content displayed in the toolbar item. For more information see the LayoutOptions type.

C#
public LayoutOptions VerticalContentOptions { get; set; }

Methods

C#
protected override void OnApplyTemplate()

Overrides: RadCompositeContentView.OnApplyTemplate()

Events

Raised when the user finalizes the text in the RadEntry control with the return key.

C#
public event EventHandler EntryCompleted

TextChanged

EventHandler<TextChangedEventArgs>

Raised when the Text property has changed.

C#
public event EventHandler<TextChangedEventArgs> TextChanged