Class RadTextInput
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadTextInput : Entry, IRadTextInputInternal, IRadTextInput, IEntry, IView, IElement, ITransform, ITextInput, IText, ITextStyle, IPlaceholder, ITextAlignment
Constructors
RadTextInput()
Initializes a new instance of the class.
Declaration
public RadTextInput()
Fields
PaddingProperty
Identifies the Padding property.
Declaration
public static readonly BindableProperty PaddingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectionOnFocusProperty
Identifies the SelectionOnFocus property.
Declaration
public static readonly BindableProperty SelectionOnFocusProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Padding
Gets or sets the padding.
Declaration
public Thickness Padding { get; set; }
Property Value
Microsoft.Maui.Thickness
|
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
|
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
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
IRadTextInput.GetTransformedText(String)
Declaration
string IRadTextInput.GetTransformedText(string text)
Parameters
System.String
text
|
Returns
System.String
|
Implements
IRadTextInput.SelectionOnFocus
Declaration
SelectionOnFocus IRadTextInput.SelectionOnFocus { get; }
Returns
SelectionOnFocus
|
Implements
IRadTextInput.TextChanging(String, String)
Declaration
bool IRadTextInput.TextChanging(string oldText, string newText)
Parameters
System.String
oldText
|
System.String
newText
|
Returns
System.Boolean
|