ValidationProviderExtensionsHasPropertyErrorsInRules Method
Indicates if the given property has errors in the validation rules.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static bool HasPropertyErrorsInRules(
this ValidationProvider validationProvider,
string propertyName
)
<ExtensionAttribute>
Public Shared Function HasPropertyErrorsInRules (
validationProvider As ValidationProvider,
propertyName As String
) As Boolean
- validationProvider ValidationProvider
- Validation provider.
- propertyName String
- Name of the property.
Boolean if the given property has errors in the validation rules; otherwise,
.In Visual Basic and C#, you can call this method as an instance method on any object of type
ValidationProvider. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).