Interface IRadMaskedEntry
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadMaskedEntry : IView, IElement, ITransform
Properties
AllowNullValue
Declaration
bool AllowNullValue { get; }
Property Value
System.Boolean
|
AllowPromptAsInput
Declaration
bool AllowPromptAsInput { get; }
Property Value
System.Boolean
|
Culture
Declaration
CultureInfo Culture { get; }
Property Value
System.Globalization.CultureInfo
|
Keyboard
Declaration
Keyboard Keyboard { get; }
Property Value
Microsoft.Maui.Keyboard
|
Mask
Declaration
string Mask { get; }
Property Value
System.String
|
PromptChar
Declaration
char PromptChar { get; }
Property Value
System.Char
|
Methods
ValueChanged(MaskedEntryValueChangedEventArgs)
Declaration
void ValueChanged(MaskedEntryValueChangedEventArgs args)
Parameters
MaskedEntryValueChangedEventArgs
args
|
ValueChanging(MaskedEntryValueChangingEventArgs)
Declaration
void ValueChanging(MaskedEntryValueChangingEventArgs args)
Parameters
MaskedEntryValueChangingEventArgs
args
|