Property | Type | Description | |
---|---|---|---|
DefaultErrorMessageProperty | |||
FormatProperty | |||
FormatValidationHandlerProperty | |||
InvalidBrushProperty | |||
IsValidProperty | |||
MinLengthErrorMessageProperty | |||
MinLengthProperty | |||
NonEmptyErrorMessageProperty | |||
NumericErrorMessageProperty | |||
PatternErrorMessageProperty | |||
PatternProperty | |||
SpecificLengthErrorMessageProperty | |||
ValidBrushProperty | |||
ValidationMessageProperty | |||
ValidationMessageVisibilityProperty |
Method | Description | |
---|---|---|
GetDefaultErrorMessage ( |
Gets the DefaultErrorMessage property. This dependency property indicates the field value is invalid.
|
|
GetFormat ( |
Gets the Format property. This dependency property indicates the formats to validate for.
|
|
GetInvalidBrush ( |
Gets the InvalidBrush property. This dependency property indicates the brush to use to highlight a field with invalid value.
|
|
GetIsValid ( |
Gets the IsValid property. This dependency property indicates whether the field value is valid.
|
|
GetMinLength ( |
Gets the MinLength property. This dependency property indicates minimum expected field value length if MinLength format is set. The default value is 8 which matches a typical requirement for minimum password length. Specify another value if 8 is not the minimum value you expect when you set ValidationChecks.MinLength. |
|
GetMinLengthErrorMessage ( |
Gets the MinLengthErrorMessage property. This dependency property indicates the error message to use for field that doesn't match minimum length requirement.
|
|
GetNonEmptyErrorMessage ( |
Gets the NonEmptyErrorMessage property. This dependency property indicates the error message to use when the field is marked non-empty and is empty.
|
|
GetNumericErrorMessage ( |
Gets the NumericErrorMessage property. This dependency property indicates the error message to use for a field marked numeric with non-numeric content.
|
|
GetPattern ( |
Gets the Pattern property. This dependency property indicates the regex pattern that the Text property needs to match.
|
|
GetPatternErrorMessage ( |
Gets the PatternErrorMessage property. This dependency property indicates the error message to use when the field text doesn't match requested pattern.
|
|
GetSpecificLengthErrorMessage ( |
Gets the SpecificLengthErrorMessage property. This dependency property indicates the error message to use for a field with an incorrect number of characters.
|
|
GetValidBrush ( |
Gets the ValidBrush property. This dependency property indicates the brush to use to highlight a successfully validated field.
|
|
GetValidationMessage ( |
Gets the ValidationMessage property. This dependency property indicates the validation error message if the value is not valid.
|
|
GetValidationMessageVisibility ( |
Gets the ValidationMessageVisibility property. This dependency property indicates the visibility of the validation message.
|
|
SetDefaultErrorMessage ( |
Sets the DefaultErrorMessage property. This dependency property indicates the field value is invalid.
|
|
SetFormat ( |
Sets the Format property. This dependency property indicates the formats to validate for.
|
|
SetInvalidBrush ( |
Sets the InvalidBrush property. This dependency property indicates the brush to use to highlight a field with invalid value.
|
|
SetIsValid ( |
Sets the IsValid property. This dependency property indicates whether the field value is valid.
|
|
SetMinLength ( |
Sets the MinLength property. This dependency property indicates minimum expected field value length if MinLength format is set.
|
|
SetMinLengthErrorMessage ( |
Sets the MinLengthErrorMessage property. This dependency property indicates the error message to use for field that doesn't match minimum length requirement.
|
|
SetNonEmptyErrorMessage ( |
Sets the NonEmptyErrorMessage property. This dependency property indicates the error message to use when the field is marked non-empty and is empty.
|
|
SetNumericErrorMessage ( |
Sets the NumericErrorMessage property. This dependency property indicates the error message to use for a field marked numeric with non-numeric content.
|
|
SetPattern ( |
Sets the Pattern property. This dependency property indicates the regex pattern that the Text property needs to match.
|
|
SetPatternErrorMessage ( |
Sets the PatternErrorMessage property. This dependency property indicates the error message to use when the field text doesn't match requested pattern.
|
|
SetSpecificLengthErrorMessage ( |
Sets the SpecificLengthErrorMessage property. This dependency property indicates the error message to use for a field with an incorrect number of characters.
|
|
SetValidBrush ( |
Sets the ValidBrush property. This dependency property indicates the brush to use to highlight a successfully validated field.
|
|
SetValidationMessage ( |
Sets the ValidationMessage property. This dependency property indicates the validation error message if the value is not valid.
|
|
SetValidationMessageVisibility ( |
Sets the ValidationMessageVisibility property. This dependency property indicates the visibility of the validation message.
|
Method | Description | |
---|---|---|
GetFormatValidationHandler ( |
||
OnDefaultErrorMessageChanged ( |
Handles changes to the DefaultErrorMessage property.
|
|
OnFormatChanged ( |
Handles changes to the Format property.
|
|
OnFormatValidationHandlerChanged ( |
Handles changes to the FormatValidationHandler property.
|
|
OnInvalidBrushChanged ( |
Handles changes to the InvalidBrush property.
|
|
OnMinLengthChanged ( |
Handles changes to the MinLength property.
|
|
OnMinLengthErrorMessageChanged ( |
Handles changes to the MinLengthErrorMessage property.
|
|
OnNonEmptyErrorMessageChanged ( |
Handles changes to the NonEmptyErrorMessage property.
|
|
OnNumericErrorMessageChanged ( |
Handles changes to the NumericErrorMessage property.
|
|
OnPatternChanged ( |
Handles changes to the Pattern property.
|
|
OnPatternErrorMessageChanged ( |
Handles changes to the PatternErrorMessage property.
|
|
OnSpecificLengthErrorMessageChanged ( |
Handles changes to the SpecificLengthErrorMessage property.
|
|
OnValidBrushChanged ( |
Handles changes to the ValidBrush property.
|
|
SetFormatValidationHandler ( |
||
SetupAndValidate ( |
public static GetDefaultErrorMessage ( |
||
d | ||
return | string |
public static GetFormat ( |
||
d | ||
return | ValidationChecks |
public static GetInvalidBrush ( |
||
d | ||
return |
public static GetIsValid ( |
||
d | ||
return | bool |
public static GetMinLength ( |
||
d | ||
return | int |
public static GetMinLengthErrorMessage ( |
||
d | ||
return | string |
public static GetNonEmptyErrorMessage ( |
||
d | ||
return | string |
public static GetNumericErrorMessage ( |
||
d | ||
return | string |
public static GetPattern ( |
||
d | ||
return | string |
public static GetPatternErrorMessage ( |
||
d | ||
return | string |
public static GetSpecificLengthErrorMessage ( |
||
d | ||
return | string |
public static GetValidBrush ( |
||
d | ||
return |
public static GetValidationMessage ( |
||
d | ||
return | string |
public static GetValidationMessageVisibility ( |
||
d | ||
return | Visibility |
public static SetDefaultErrorMessage ( |
||
d | ||
value | string | |
return | void |
public static SetFormat ( |
||
d | ||
value | ValidationChecks | |
return | void |
public static SetInvalidBrush ( |
||
d | ||
value | ||
return | void |
public static SetIsValid ( |
||
d | ||
value | bool | |
return | void |
public static SetMinLength ( |
||
d | ||
value | int | |
return | void |
public static SetMinLengthErrorMessage ( |
||
d | ||
value | string | |
return | void |
public static SetNonEmptyErrorMessage ( |
||
d | ||
value | string | |
return | void |
public static SetNumericErrorMessage ( |
||
d | ||
value | string | |
return | void |
public static SetPattern ( |
||
d | ||
value | string | |
return | void |
public static SetPatternErrorMessage ( |
||
d | ||
value | string | |
return | void |
public static SetSpecificLengthErrorMessage ( |
||
d | ||
value | string | |
return | void |
public static SetValidBrush ( |
||
d | ||
value | ||
return | void |
public static SetValidationMessage ( |
||
d | ||
value | string | |
return | void |
public static SetValidationMessageVisibility ( |
||
d | ||
value | Visibility | |
return | void |
public static DependencyProperty,Windows.UI.Xaml DefaultErrorMessageProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FormatProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FormatValidationHandlerProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml InvalidBrushProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml IsValidProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml MinLengthErrorMessageProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml MinLengthProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml NonEmptyErrorMessageProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml NumericErrorMessageProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml PatternErrorMessageProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml PatternProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml SpecificLengthErrorMessageProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ValidBrushProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ValidationMessageProperty | ||
return |