Class RadTextBox
Inheritance
Namespace: Telerik.Maui.Internals
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadTextBox : Entry, IRadTextBoxInternal, IRadTextBox, IEntry, IView, IElement, ITransform, ITextInput, IText, ITextStyle, IPlaceholder, ITextAlignment
Constructors
RadTextBox()
Initializes a new instance of the class.
Declaration
public RadTextBox()
Fields
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
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
IRadTextBox.GetTransformedText(String)
Declaration
string IRadTextBox.GetTransformedText(string text)
Parameters
System.String
text
|
Returns
System.String
|
Implements
IRadTextBox.SelectionOnFocus
Declaration
SelectionOnFocus IRadTextBox.SelectionOnFocus { get; }
Returns
SelectionOnFocus
|
Implements
IRadTextBox.TextChanging(String, String)
Declaration
bool IRadTextBox.TextChanging(string oldText, string newText)
Parameters
System.String
oldText
|
System.String
newText
|
Returns
System.Boolean
|