Interface
IRadTextMaskedEntry

Interface for text-based masked entry controls that extends IRadMaskedEntry.

Definition

Properties

AllowOnlyCompletedValues

Gets a value indicating whether only completed values are allowed.

Declaration

cs-api-definition
bool AllowOnlyCompletedValues { get; }

Property Value

bool

RestrictToAscii

Gets a value indicating whether input is restricted to ASCII characters.

Declaration

cs-api-definition
bool RestrictToAscii { get; }

Property Value

bool

Value

Gets the value of the masked entry.

Declaration

cs-api-definition
string Value { get; }

Property Value

string

ValueFormat

Gets the value format used by the masked entry.

Declaration

cs-api-definition
ValueFormat ValueFormat { get; }

Property Value

ValueFormat