RadIPMaskedEntry
Class
Represents a masked entry control specifically designed for IP address input.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadIPMaskedEntry : RadMaskedEntryBase, IRadIPMaskedEntry, IRadMaskedEntry, IView, IElement, ITransform
Inheritance: objectRadMaskedEntryBaseRadIPMaskedEntry
Implements:
Inherited Members
Constructors
C#
public RadIPMaskedEntry()
Fields
ValueFormatProperty
BindableProperty
Identifies the ValueFormat bindable property.
C#
public static readonly BindableProperty ValueFormatProperty
ValueProperty
BindableProperty
Identifies the Value bindable property.
C#
public static readonly BindableProperty ValueProperty
Properties
Gets or sets the IP value of the control. The value may be null if the AllowNullValue is true.
C#
public string Value { get; set; }
Implements:
The ValueFormat allows you to control whether the value can also hold literals and prompt characters.
C#
public ValueFormat ValueFormat { get; set; }
Implements: