Class RadEntry
RadEntry is a single line text entry. It is best used for collecting small discrete pieces of information, like usernames and passwords.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadEntry : Entry, IRadEntryInternal, IRadEntry, IEntry, IView, IElement, ITransform, ITextInput, IText, ITextStyle, IPlaceholder, ITextAlignment
Constructors
RadEntry()
Initializes a new instance of the RadEntry class.
Declaration
public RadEntry()
Fields
BorderBrushProperty
Identifies the BorderBrush bindable property.
Declaration
public static readonly BindableProperty BorderBrushProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
BorderThicknessProperty
Identifies the BorderThickness bindable property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ClearButtonColorProperty
Identifies the ClearButtonColor bindable property.
Declaration
public static readonly BindableProperty ClearButtonColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ClearButtonVisibilityProperty
Identifies the ClearButtonVisibility bindable property.
Declaration
public static readonly BindableProperty ClearButtonVisibilityProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CornerRadiusProperty
Identifies the CornerRadius bindable property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FocusedBorderBrushProperty
Identifies the FocusedBorderBrush bindable property.
Declaration
public static readonly BindableProperty FocusedBorderBrushProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FocusedBorderThicknessProperty
Identifies the FocusedBorderThickness bindable property.
Declaration
public static readonly BindableProperty FocusedBorderThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HoveredClearButtonColorProperty
Identifies the HoveredClearButtonColor bindable property.
Declaration
public static readonly BindableProperty HoveredClearButtonColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsTextPredictionEnabledProperty
Identifies the IsTextPredictionEnabled bindable property.
Declaration
public static readonly BindableProperty IsTextPredictionEnabledProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsValueValidProperty
Identifies the IsValueValid bindable property.
Declaration
public static readonly BindableProperty IsValueValidProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PressedClearButtonColorProperty
Identifies the PressedClearButtonColor bindable property.
Declaration
public static readonly BindableProperty PressedClearButtonColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ReserveSpaceForErrorViewProperty
Identifies the ReserveSpaceForErrorView bindable property.
Declaration
public static readonly BindableProperty ReserveSpaceForErrorViewProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectionOnFocusProperty
Identifies the SelectionOnFocus bindable property.
Declaration
public static readonly BindableProperty SelectionOnFocusProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text bindable property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValidationErrorMessageProperty
Identifies the ValidationErrorMessage bindable property.
Declaration
public static readonly BindableProperty ValidationErrorMessageProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
BorderBrush
Gets or sets the border color of the text-area.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Microsoft.Maui.Controls.Brush
|
BorderThickness
Gets or sets the border thickness of the text-area.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Implements
ClearButtonColor
Gets or sets the color of the clear button.
Declaration
public Color ClearButtonColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
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
|
CornerRadius
Gets or sets the corner radius of the text-area.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Microsoft.Maui.CornerRadius
|
Implements
FocusedBorderBrush
Gets or sets the border color of the text-area when focused.
Declaration
public Brush FocusedBorderBrush { get; set; }
Property Value
Microsoft.Maui.Controls.Brush
|
FocusedBorderThickness
Gets or sets the border thickness of the text-area when focused.
Declaration
public Thickness FocusedBorderThickness { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Implements
HoveredClearButtonColor
Gets or sets the color of the clear button when hovered.
Declaration
public Color HoveredClearButtonColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
IsTextPredictionEnabled
Gets or sets a value that controls whether text prediction and automatic text correction is on or off.
Declaration
public bool IsTextPredictionEnabled { get; set; }
Property Value
System.Boolean
|
IsValueValid
Gets or sets a value indicating whether the text value of is valid.
Declaration
public bool IsValueValid { get; set; }
Property Value
System.Boolean
|
Implements
PressedClearButtonColor
Gets or sets the color of the clear button when pressed.
Declaration
public Color PressedClearButtonColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
ReserveSpaceForErrorView
Gets or sets a value indicating whether space for the error label should always be reserved. When set to true, the inner text-input and the RadEntry do not change sizes when an error is shown. When set to false, the inner text-input and the RadEntry might change size to make space for the error label.
Declaration
public bool ReserveSpaceForErrorView { get; set; }
Property Value
System.Boolean
|
Implements
SelectionOnFocus
Gets or sets a value that specifies the modification over the text selection when the control receives focus.
Declaration
public SelectionOnFocus SelectionOnFocus { get; set; }
Property Value
SelectionOnFocus
|
Implements
Text
Gets or sets the text content of the entry.
Declaration
public string Text { get; set; }
Property Value
System.String
|
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
|
Implements
Events
TextChanging
Event that is raised when the text in the entry starts to change, but before the Text property is updated.
Declaration
public event EventHandler<TextChangingEventArgs> TextChanging
Event Type
System.EventHandler<TextChangingEventArgs>
|
Explicit Interface Implementations
IRadEntry.BorderPaint
Declaration
Paint IRadEntry.BorderPaint { get; }
Returns
Microsoft.Maui.Graphics.Paint
|
Implements
IRadEntry.FocusedBorderPaint
Declaration
Paint IRadEntry.FocusedBorderPaint { get; }
Returns
Microsoft.Maui.Graphics.Paint
|
Implements
IRadEntry.GetTransformedText(String)
Declaration
string IRadEntry.GetTransformedText(string text)
Parameters
System.String
text
|
Returns
System.String
|
Implements
IRadEntry.TextChanging(String, String)
Declaration
bool IRadEntry.TextChanging(string oldText, string newText)
Parameters
System.String
oldText
|
System.String
newText
|
Returns
System.Boolean
|