Class EntryToolbarItemView
Visual representation of a Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class EntryToolbarItemView : ToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IShrinkableToolStripView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
EntryToolbarItemView()
Initializes a new instance of the Entry
Declaration
public EntryToolbarItemView()
Fields
ActualEntryStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualEntryStyleProperty
Field Value
Microsoft.
|
EntryStyleProperty
Identifies the Entry
Declaration
public static readonly BindableProperty EntryStyleProperty
Field Value
Microsoft.
|
HorizontalContentOptionsProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
Microsoft.
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.
|
VerticalContentOptionsProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
Microsoft.
|
Properties
ActualEntryStyle
Gets the actual Microsoft.
Declaration
public Style ActualEntryStyle { get; }
Property Value
Microsoft.
|
EntryStyle
Gets or sets the style of the Rad
Declaration
public Style EntryStyle { get; set; }
Property Value
Microsoft.
|
HorizontalContentOptions
Gets or sets the horizontal alignment options of the content displayed in the toolbar item.
For more information see the Microsoft.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
Microsoft.
|
Text
Gets or sets the text to display in the Rad
Declaration
public string Text { get; set; }
Property Value
System.
|
VerticalContentOptions
Gets or sets the vertical alignment options of the content displayed in the toolbar item.
For more information see the Microsoft.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
Microsoft.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
Events
EntryCompleted
Raised when the user finalizes the text in the Rad
Declaration
public event EventHandler EntryCompleted
Event Type
System.
|
TextChanged
Raised when the Text property has changed.
Declaration
public event EventHandler<TextChangedEventArgs> TextChanged
Event Type
System.
|