Interface IRadTextBox
Namespace: Telerik.Maui.Internals
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadTextBox : IEntry, IView, IElement, ITransform, ITextInput, IText, ITextStyle, IPlaceholder, ITextAlignment
Properties
SelectionOnFocus
Gets a value that specifies the modification over the text selection when the control receives focus.
Declaration
SelectionOnFocus SelectionOnFocus { get; }
Property Value
SelectionOnFocus
|
Methods
GetTransformedText(String)
Gets the text with the set TextTransform.
Declaration
string GetTransformedText(string text)
Parameters
System.String
text
The text that will be transformed. |
Returns
System.String
The transformed text. |
TextChanging(String, String)
Occurs when the text in the entry starts to change, but before the Text property is updated.
Declaration
bool TextChanging(string oldText, string newText)
Parameters
System.String
oldText
|
System.String
newText
|
Returns
System.Boolean
|