Interface IRadIPMaskedEntry
Defines the contract for an IP address masked entry control.
Inherited Members
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadIPMaskedEntry : IRadMaskedEntry, IView, IElement, ITransform
Properties
Value
Gets the formatted IP address value.
Declaration
string Value { get; }
Property Value
System.String
|
ValueFormat
Gets the format for displaying the IP address value.
Declaration
ValueFormat ValueFormat { get; }
Property Value
ValueFormat
|