ClassRadMaskedIPInput
Class
MaskedInput control for entering and IP Address string values.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadMaskedIPInput : RadMaskedInputBase
Inheritance: objectRadControlRadMaskedInputBaseRadMaskedIPInput
Inherited Members
Constructors
RadMaskedIPInput()
Initializes a new instance of the RadMaskedIPInput class.
Declaration
cs-api-definition
public RadMaskedIPInput()
Fields
ValueFormatProperty
Identifies the ValueFormat dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueFormatProperty
Field Value
DependencyProperty
ValueProperty
Identifies the Value dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
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