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