Class RadIPMaskedEntry
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadIPMaskedEntry : RadMaskedEntryBase, IRadMaskedEntryInternal, IRadIPMaskedEntry, IRadMaskedEntry, IView, IElement, ITransform
Constructors
RadIPMaskedEntry()
Declaration
public RadIPMaskedEntry()
Fields
ValueFormatProperty
Identifies the ValueFormat bindable property.
Declaration
public static readonly BindableProperty ValueFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValueProperty
Identifies the Value bindable property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Value
Gets or sets the IP value of the control. The value may be null if the AllowNullValue is true.
Declaration
public string Value { get; set; }
Property Value
System.String
|
Implements
ValueFormat
The ValueFormat allows you to control whether the value can also hold literals and prompt characters.
Declaration
public ValueFormat ValueFormat { get; set; }
Property Value
ValueFormat
|