Class
EntryToolbarItemView

Visual representation of a RadEntry control in RadToolbar.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

EntryToolbarItemView()

Initializes a new instance of the EntryToolbarItemView class.

Declaration

cs-api-definition
public EntryToolbarItemView()

Fields

ActualEntryStyleProperty

Identifies the ActualEntryStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualEntryStyleProperty

Field Value

BindableProperty

EntryStyleProperty

Identifies the EntryStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty EntryStyleProperty

Field Value

BindableProperty

HorizontalContentOptionsProperty

Identifies the HorizontalContentOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalContentOptionsProperty

Field Value

BindableProperty

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

VerticalContentOptionsProperty

Identifies the VerticalContentOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalContentOptionsProperty

Field Value

BindableProperty

Properties

ActualEntryStyle

Gets the actual Style of the RadEntry.

Declaration

cs-api-definition
public Style ActualEntryStyle { get; }

Property Value

Style

EntryStyle

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

Declaration

cs-api-definition
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

cs-api-definition
public LayoutOptions HorizontalContentOptions { get; set; }

Property Value

LayoutOptions

Text

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

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

VerticalContentOptions

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

Declaration

cs-api-definition
public LayoutOptions VerticalContentOptions { get; set; }

Property Value

LayoutOptions

Methods

OnApplyTemplate()

Declaration

cs-api-definition
protected override void OnApplyTemplate()

Overrides RadCompositeContentView.OnApplyTemplate()

Events

EntryCompleted

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

Declaration

cs-api-definition
public event EventHandler EntryCompleted

Event Value

EventHandler

TextChanged

Raised when the Text property has changed.

Declaration

cs-api-definition
public event EventHandler<TextChangedEventArgs> TextChanged

Event Value

EventHandler<TextChangedEventArgs>