Click or drag to resize

LessThanOrEqualAttributeValidationMessage Method

Occures on validation

Can be used to modify the validation error message.

Namespace:  Cauldron.XAML.Validation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected override string ValidationMessage(
	string errorMessage,
	IValidatableViewModel context
)

Parameters

errorMessage
Type: SystemString
The validation error message
context
Type: Cauldron.XAML.ViewModelsIValidatableViewModel
The Viewmodel context that has to be validated

Return Value

Type: String
A modified validation error message
See Also