AutomationProperties.IsDataValidForFormProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the Boolean dependency property that indicates if the data is valid for the form.
public:
static property DependencyProperty ^ IsDataValidForFormProperty { DependencyProperty ^ get(); };
static DependencyProperty IsDataValidForFormProperty();
public static DependencyProperty IsDataValidForFormProperty { get; }
var dependencyProperty = AutomationProperties.isDataValidForFormProperty;
Public Shared ReadOnly Property IsDataValidForFormProperty As DependencyProperty
Property Value
The dependency property identifier.
Remarks
The IsDataValidForForm property indicates whether the entered or selected value is valid for the form rule associated with the automation element. For example, if the user entered "425-555-5555" for a zip code field that requires 5 or 9 digits, the IsDataValidForForm property can be set to false to indicate that the data is not valid.