Class EntryToolbarItemView
Visual representation of a RadEntry control in RadToolbar.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class EntryToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, IShrinkableToolStripView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
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
Microsoft.Maui.Controls.BindableProperty
|
EntryStyleProperty
Identifies the EntryStyle property.
Declaration
public static readonly BindableProperty EntryStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalContentOptionsProperty
Identifies the HorizontalContentOptions property.
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalContentOptionsProperty
Identifies the VerticalContentOptions property.
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualEntryStyle
Gets the actual Microsoft.Maui.Controls.Style of the RadEntry.
Declaration
public Style ActualEntryStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
EntryStyle
Gets or sets the style of the RadEntry in the toolbar item.
Declaration
public Style EntryStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
HorizontalContentOptions
Gets or sets the horizontal alignment options of the content displayed in the toolbar item. For more information see the Microsoft.Maui.Controls.LayoutOptions type.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
Microsoft.Maui.Controls.LayoutOptions
|
Text
Gets or sets the text to display in the RadEntry in the toolbar item.
Declaration
public string Text { get; set; }
Property Value
System.String
|
VerticalContentOptions
Gets or sets the vertical alignment options of the content displayed in the toolbar item. For more information see the Microsoft.Maui.Controls.LayoutOptions type.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
Microsoft.Maui.Controls.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.
Declaration
public event EventHandler EntryCompleted
Event Type
System.EventHandler
|
TextChanged
Raised when the Text property has changed.
Declaration
public event EventHandler<TextChangedEventArgs> TextChanged
Event Type
System.EventHandler<Microsoft.Maui.Controls.TextChangedEventArgs>
|