Class RadMauiEntry
Inheritance
Namespace: Telerik.Maui.Platform
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadMauiEntry : TextInputLayout
Constructors
RadMauiEntry(Context)
Declaration
public RadMauiEntry(Context context)
Parameters
Android.Content.Context
context
|
RadMauiEntry(Context, IAttributeSet)
Declaration
public RadMauiEntry(Context context, IAttributeSet attrs)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
Properties
ClearButtonColor
Gets or sets the color of the clear button.
Declaration
public Nullable<Color> ClearButtonColor { get; set; }
Property Value
System.Nullable<Android.Graphics.Color>
|
ClearButtonVisibility
Gets or sets a value indicating when the clear-button (the button that clears the text when pressed) should be displayed.
Declaration
public ClearButtonVisibility ClearButtonVisibility { get; set; }
Property Value
Microsoft.Maui.ClearButtonVisibility
|
EntryBackgroundColor
Declaration
public Nullable<Color> EntryBackgroundColor { get; set; }
Property Value
System.Nullable<Android.Graphics.Color>
|
EntryCornerRadius
Declaration
public CornerRadius EntryCornerRadius { get; set; }
Property Value
Microsoft.Maui.CornerRadius
|
IsReadOnly
Gets or sets the value that determines whether the user can change the text in the view.
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
IsValueValid
Gets or sets a value indicating whether the Value of the corresponding control is valid.
Declaration
public bool IsValueValid { get; set; }
Property Value
System.Boolean
|
Placeholder
Gets or sets the placeholder (watermark) text.
Declaration
public string Placeholder { get; set; }
Property Value
System.String
|
PressedClearButtonColor
Gets or sets the color of the clear button when pressed.
Declaration
public Nullable<Color> PressedClearButtonColor { get; set; }
Property Value
System.Nullable<Android.Graphics.Color>
|
ReserveSpaceForErrorView
Declaration
public bool ReserveSpaceForErrorView { get; set; }
Property Value
System.Boolean
|
SelectionOnFocus
TextColor
Declaration
public Nullable<Color> TextColor { get; set; }
Property Value
System.Nullable<Android.Graphics.Color>
|
TextSize
Declaration
public float TextSize { get; set; }
Property Value
System.Single
|
Typeface
Declaration
public override Typeface Typeface { get; set; }
Property Value
Android.Graphics.Typeface
|
ValidationErrorMessage
Gets or sets a value that contains the message that should be displayed when a validation error occurs.
Declaration
public string ValidationErrorMessage { get; set; }
Property Value
System.String
|
Events
EditorAction
Declaration
public event EventHandler<TextView.EditorActionEventArgs> EditorAction
Event Type
System.EventHandler<Android.Widget.TextView.EditorActionEventArgs>
|