ValidationResultsCollectionItem(String) Property

Gets the validation results for the specified propertyName.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public ValidationResultsCollection this[
	string propertyName
] { get; }

Parameters

propertyName  String
Name of the property to get the validation results.

Property Value

ValidationResultsCollection

See Also